Searched refs:ctf_fwd_t (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/include/ctf/
H A Dctf_cfg.h68 } ctf_fwd_t; typedef in typeref:enum:__anon19491
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_conntrack_core.c530 ip_conntrack_ipct_default_fwd_set(uint8 protocol, ctf_fwd_t fwd, uint8 userid)
533 ctf_fwd_t *f;
539 req.size = sizeof(ctf_fwd_t) + sizeof(uint8) + sizeof(uint8);
540 f = (ctf_fwd_t *) req.arg;
542 p = (req.arg + sizeof(ctf_fwd_t));
544 uid = (req.arg + sizeof(ctf_fwd_t) + sizeof(uint8));

Completed in 141 milliseconds