Searched refs:outdev (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dacosnatfw.h44 struct net_device *outdev,
50 #define ACOSNAT_HOOK(pf, hook, skb, indev, outdev, okfn) \
52 ? NF_HOOK((pf), (hook), (skb), (indev), (outdev), (okfn)) \
53 : acosNat_hook_slow((pf), (hook), (skb), (indev), (outdev), (okfn)))
64 #define ACOSNAT_HOOK(pf, hook, skb, indev, outdev, okfn) NF_HOOK((pf), (hook), (skb), (indev), (outdev), (okfn))
H A Dnetfilter.h105 struct net_device *indev, *outdev; member in struct:nf_info
188 struct net_device *indev, struct net_device *outdev,
201 struct net_device *outdev,
211 return nf_hook_slow(pf, hook, pskb, indev, outdev, okfn, thresh);
215 struct net_device *indev, struct net_device *outdev,
218 return nf_hook_thresh(pf, hook, pskb, indev, outdev, okfn, INT_MIN, 1);
243 #define NF_HOOK_THRESH(pf, hook, skb, indev, outdev, okfn, thresh) \
245 if ((__ret=nf_hook_thresh(pf, hook, &(skb), indev, outdev, okfn, thresh, 1)) == 1)\
249 #define NF_HOOK_COND(pf, hook, skb, indev, outdev, okfn, cond) \
251 if ((__ret=nf_hook_thresh(pf, hook, &(skb), indev, outdev, okf
198 nf_hook_thresh(int pf, unsigned int hook, struct sk_buff **pskb, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct sk_buff *), int thresh, int cond) argument
214 nf_hook(int pf, unsigned int hook, struct sk_buff **pskb, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct sk_buff *)) argument
372 nf_hook_thresh(int pf, unsigned int hook, struct sk_buff **pskb, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct sk_buff *), int thresh, int cond) argument
381 nf_hook(int pf, unsigned int hook, struct sk_buff **pskb, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct sk_buff *)) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_internals.h20 const struct net_device *outdev,
30 struct net_device *outdev,
H A Dnf_queue.c81 struct net_device *outdev,
119 (struct nf_hook_ops *)elem, pf, hook, indev, outdev, okfn };
130 if (outdev) dev_hold(outdev);
149 if (outdev) dev_put(outdev);
168 struct net_device *outdev,
175 return __nf_queue(skb, elem, pf, hook, indev, outdev, okfn,
196 if (!__nf_queue(segs, elem, pf, hook, indev, outdev, okfn,
215 if (info->outdev) dev_pu
77 __nf_queue(struct sk_buff *skb, struct list_head *elem, int pf, unsigned int hook, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct sk_buff *), unsigned int queuenum) argument
164 nf_queue(struct sk_buff *skb, struct list_head *elem, int pf, unsigned int hook, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct sk_buff *), unsigned int queuenum) argument
[all...]
H A Dcore.c122 const struct net_device *outdev,
141 verdict = elem->hook(hook, skb, indev, outdev, okfn);
164 struct net_device *outdev,
178 outdev, &elem, okfn, hook_thresh);
187 if (!nf_queue(*pskb, elem, pf, hook, indev, outdev, okfn,
118 nf_iterate(struct list_head *head, struct sk_buff **skb, int hook, const struct net_device *indev, const struct net_device *outdev, struct list_head **i, int (*okfn)(struct sk_buff *), int hook_thresh) argument
162 nf_hook_slow(int pf, unsigned int hook, struct sk_buff **pskb, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct sk_buff *), int hook_thresh) argument
H A Dxt_physdev.c40 const char *indev, *outdev; local
93 outdev = nf_bridge->physoutdev ?
96 ret |= (((const unsigned int *)outdev)[i]
H A Dnfnetlink_queue.c345 struct net_device *outdev; local
363 outdev = entinf->outdev;
447 if (outdev) {
448 tmp_uint = htonl(outdev->ifindex);
453 /* Case 1: outdev is physical output device, we need to
459 tmp_uint = htonl(outdev->br_port->br->dev->ifindex);
463 /* Case 2: outdev is bridge group, we need to look for
677 if (entinf->outdev)
678 if (entinf->outdev
[all...]
H A Dnfnetlink_log.c381 const struct net_device *outdev,
416 /* Case 1: outdev is physical input device, we need to
440 if (outdev) {
441 tmp_uint = htonl(outdev->ifindex);
447 /* Case 1: outdev is physical output device, we need to
453 tmp_uint = htonl(outdev->br_port->br->dev->ifindex);
375 __build_packet_message(struct nfulnl_instance *inst, const struct sk_buff *skb, unsigned int data_len, unsigned int pf, unsigned int hooknum, const struct net_device *indev, const struct net_device *outdev, const struct nf_loginfo *li, const char *prefix, unsigned int plen) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter_bridge/
H A Debt_ulog.h22 char outdev[IFNAMSIZ]; member in struct:ebt_ulog_packet_msg
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dip_queue.c245 if (entry->info->outdev)
246 strcpy(pmsg->outdev_name, entry->info->outdev->name);
451 if (entry->info->outdev)
452 if (entry->info->outdev->ifindex == ifindex)
H A Darp_tables.c78 const char *outdev,
170 ret |= (outdev[i] ^ arpinfo->outiface[i])
176 outdev, arpinfo->outiface,
229 const char *indev, *outdev; local
240 outdev = out ? out->name : nulldevname;
250 if (arp_packet_match(arp, (*pskb)->dev, indev, outdev, &e->arp)) {
75 arp_packet_match(const struct arphdr *arphdr, struct net_device *dev, const char *indev, const char *outdev, const struct arpt_arp *arpinfo) argument
H A Dip_tables.c80 const char *outdev,
123 ret |= (((const unsigned long *)outdev)[i]
130 outdev, ipinfo->outiface,
222 const char *indev, *outdev; local
231 outdev = out ? out->name : nulldevname;
253 if (ip_packet_match(ip, indev, outdev, &e->ip, offset)) {
78 ip_packet_match(const struct iphdr *ip, const char *indev, const char *outdev, const struct ipt_ip *ipinfo, int isfrag) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6_queue.c243 if (entry->info->outdev)
244 strcpy(pmsg->outdev_name, entry->info->outdev->name);
450 if (entry->info->outdev)
451 if (entry->info->outdev->ifindex == ifindex)
H A Dip6_tables.c92 const char *outdev,
133 ret |= (((const unsigned long *)outdev)[i]
140 outdev, ip6info->outiface,
248 const char *indev, *outdev; local
255 outdev = out ? out->name : nulldevname;
275 if (ip6_packet_match(*pskb, indev, outdev, &e->ipv6,
90 ip6_packet_match(const struct sk_buff *skb, const char *indev, const char *outdev, const struct ip6t_ip6 *ip6info, unsigned int *protoff, int *fragoff, int *hotdrop) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/netfilter/
H A Debt_ulog.c193 strcpy(pm->outdev, out->br_port->br->dev->name);
195 pm->outdev[0] = pm->physoutdev[0] = '\0';
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_ingress.c233 const struct net_device *outdev,
231 ing_hook(unsigned int hook, struct sk_buff **pskb, const struct net_device *indev, const struct net_device *outdev, int (*okfn)(struct sk_buff *)) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dconfigure2360 for type in decoder encoder parser demuxer muxer protocol filter bsf indev outdev; do

Completed in 274 milliseconds