Searched refs:indev (Results 1 - 24 of 24) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dacosnatfw.h43 struct net_device *indev,
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,
200 struct net_device *indev,
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, outde
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-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/netfilter/
H A Dnf_internals.h19 const struct net_device *indev,
29 struct net_device *indev,
H A Dnf_queue.c80 struct net_device *indev,
119 (struct nf_hook_ops *)elem, pf, hook, indev, outdev, okfn };
129 if (indev) dev_hold(indev);
148 if (indev) dev_put(indev);
167 struct net_device *indev,
175 return __nf_queue(skb, elem, pf, hook, indev, outdev, okfn,
196 if (!__nf_queue(segs, elem, pf, hook, indev, outdev, okfn,
214 if (info->indev) 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.c121 const struct net_device *indev,
141 verdict = elem->hook(hook, skb, indev, outdev, okfn);
163 struct net_device *indev,
177 verdict = nf_iterate(&nf_hooks[pf][hook], pskb, hook, indev,
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
80 indev = nf_bridge->physindev ? nf_bridge->physindev->name : nulldevname;
82 ret |= (((const unsigned int *)indev)[i]
H A Dnfnetlink_queue.c344 struct net_device *indev; local
416 indev = entinf->indev;
417 if (indev) {
418 tmp_uint = htonl(indev->ifindex);
423 /* Case 1: indev is physical input device, we need to
429 tmp_uint = htonl(indev->br_port->br->dev->ifindex);
433 /* Case 2: indev is bridge group, we need to look for
482 if (indev && entskb->dev
674 if (entinf->indev)
[all...]
H A Dnfnetlink_log.c380 const struct net_device *indev,
409 if (indev) {
410 tmp_uint = htonl(indev->ifindex);
422 tmp_uint = htonl(indev->br_port->br->dev->ifindex);
426 /* Case 2: indev is bridge group, we need to look for
457 /* Case 2: indev is a bridge group, we need to look
476 if (indev && skb->dev && skb->dev->hard_header_parse) {
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-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/netfilter_bridge/
H A Debt_ulog.h21 char indev[IFNAMSIZ]; member in struct:ebt_ulog_packet_msg
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_REDIRECT.c74 struct in_device *indev; local
80 indev = __in_dev_get_rcu((*pskb)->dev);
81 if (indev && (ifa = indev->ifa_list))
H A Dip_queue.c240 if (entry->info->indev)
241 strcpy(pmsg->indev_name, entry->info->indev->name);
250 if (entry->info->indev && entry->skb->dev) {
448 if (entry->info->indev)
449 if (entry->info->indev->ifindex == ifindex)
H A Darp_tables.c77 const char *indev,
158 ret |= (indev[i] ^ arpinfo->iniface[i])
164 indev, arpinfo->iniface,
229 const char *indev, *outdev; local
239 indev = in ? in->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.c79 const char *indev,
110 ret |= (((const unsigned long *)indev)[i]
117 indev, ipinfo->iniface,
222 const char *indev, *outdev; local
230 indev = in ? in->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-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/bridge/
H A Dbr_input.c29 struct net_device *indev; local
34 indev = skb->dev;
37 *(pp_bridge_indev(skb)) = indev;/*backup incoming port to be used in arp.c */
40 NF_HOOK(PF_BRIDGE, NF_BR_LOCAL_IN, skb, indev, NULL,
H A Dbr_forward.c112 struct net_device *indev; local
114 indev = skb->dev;
118 NF_HOOK(PF_BRIDGE, NF_BR_FORWARD, skb, indev, skb->dev,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Dpkt_cls.h345 tcf_change_indev(struct tcf_proto *tp, char *indev, struct rtattr *indev_tlv) argument
347 if (rtattr_strlcpy(indev, indev_tlv, IFNAMSIZ) >= IFNAMSIZ)
353 tcf_match_indev(struct sk_buff *skb, char *indev) argument
357 if (indev[0]) {
361 if (!dev || strcmp(indev, dev->name))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sched/
H A Dcls_fw.c62 char indev[IFNAMSIZ]; member in struct:fw_filter
112 if (!tcf_match_indev(skb, f->indev))
229 err = tcf_change_indev(tp, f->indev, tb[TCA_FW_INDEV-1]);
369 if (strlen(f->indev))
370 RTA_PUT(skb, TCA_FW_INDEV, IFNAMSIZ, f->indev);
H A Dcls_u32.c67 char indev[IFNAMSIZ]; member in struct:tc_u_knode
171 if (!tcf_match_indev(skb, n->indev)) {
521 int err = tcf_change_indev(tp, n->indev, tb[TCA_U32_INDEV-1]);
759 if(strlen(n->indev))
760 RTA_PUT(skb, TCA_U32_INDEV, IFNAMSIZ, n->indev);
H A Dsch_ingress.c232 const struct net_device *indev,
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-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/bridge/netfilter/
H A Debt_ulog.c182 /* If in isn't a bridge, then physindev==indev */
184 strcpy(pm->indev, in->br_port->br->dev->name);
186 strcpy(pm->indev, in->name);
188 pm->indev[0] = pm->physindev[0] = '\0';
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6_queue.c238 if (entry->info->indev)
239 strcpy(pmsg->indev_name, entry->info->indev->name);
248 if (entry->info->indev && entry->skb->dev) {
446 if (entry->info->indev)
447 if (entry->info->indev->ifindex == ifindex)
H A Dip6_tables.c91 const char *indev,
120 ret |= (((const unsigned long *)indev)[i]
127 indev, ip6info->iniface,
248 const char *indev, *outdev; local
254 indev = in ? in->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-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Darp.c138 static int attadev_update(u32 sip, char *sha, struct net_device *indev);
140 static int wandev_update(u32 sip, char *sha, struct net_device *indev);
855 //static int attadev_update(u32 sip, char *sha, struct net_device *indev);
/netgear-WNDR4500-V1.0.1.40_1.0.68/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 278 milliseconds