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

/asus-wl-520gu-7.0.1.45/src/cfe/cfe/hosttools/
H A Dmkpcidb.c99 const struct pci_knowndev *indev; local
103 indev = pci_knowndevs;
107 while (indev->vendorname) {
108 outdev->vendor = indev->vendor;
109 outdev->product = indev->product;
110 outdev->flags = indev->flags;
111 outdev->vendorname = allocstring(indev->vendorname);
112 outdev->productname = allocstring(indev->productname);
114 indev++;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dipt_REDIRECT.c73 struct in_device *indev; local
76 indev = (struct in_device *)(*pskb)->dev->ip_ptr;
77 if (indev == NULL)
81 newdst = indev->ifa_list->ifa_local;
H A Dip_queue.c237 if (entry->info->indev)
238 strcpy(pmsg->indev_name, entry->info->indev->name);
247 if (entry->info->indev && entry->skb->dev) {
446 if (entry->info->indev)
447 if (entry->info->indev->ifindex == ifindex)
H A Darp_tables.c99 const char *indev,
179 ret |= (((const unsigned long *)indev)[i]
186 indev, arpinfo->iniface,
253 const char *indev, *outdev; local
256 indev = in ? in->name : nulldevname;
267 if (arp_packet_match(arp, (*pskb)->dev, indev, outdev, &e->arp)) {
97 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.c113 const char *indev,
144 ret |= (((const unsigned long *)indev)[i]
151 indev, ipinfo->iniface,
260 const char *indev, *outdev; local
268 indev = in ? in->name : nulldevname;
305 if (ip_packet_match(ip, indev, outdev, &e->ip, offset)) {
112 ip_packet_match(const struct iphdr *ip, const char *indev, const char *outdev, const struct ipt_ip *ipinfo, int isfrag) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Dipt_REDIRECT.c73 struct in_device *indev; local
76 indev = (struct in_device *)(*pskb)->dev->ip_ptr;
77 if (indev == NULL)
81 newdst = indev->ifa_list->ifa_local;
H A Dip_queue.c237 if (entry->info->indev)
238 strcpy(pmsg->indev_name, entry->info->indev->name);
247 if (entry->info->indev && entry->skb->dev) {
446 if (entry->info->indev)
447 if (entry->info->indev->ifindex == ifindex)
H A Darp_tables.c99 const char *indev,
179 ret |= (((const unsigned long *)indev)[i]
186 indev, arpinfo->iniface,
253 const char *indev, *outdev; local
256 indev = in ? in->name : nulldevname;
267 if (arp_packet_match(arp, (*pskb)->dev, indev, outdev, &e->arp)) {
97 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.c113 const char *indev,
144 ret |= (((const unsigned long *)indev)[i]
151 indev, ipinfo->iniface,
260 const char *indev, *outdev; local
268 indev = in ? in->name : nulldevname;
305 if (ip_packet_match(ip, indev, outdev, &e->ip, offset)) {
112 ip_packet_match(const struct iphdr *ip, const char *indev, const char *outdev, const struct ipt_ip *ipinfo, int isfrag) argument
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dnetfilter.h85 struct net_device *indev, *outdev; member in struct:nf_info
122 #define NF_HOOK(pf, hook, skb, indev, outdev, okfn) \
125 : nf_hook_slow((pf), (hook), (skb), (indev), (outdev), (okfn)))
129 struct net_device *indev, struct net_device *outdev,
157 #define NF_HOOK(pf, hook, skb, indev, outdev, okfn) (okfn)(skb)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dnetfilter.h85 struct net_device *indev, *outdev; member in struct:nf_info
122 #define NF_HOOK(pf, hook, skb, indev, outdev, okfn) \
125 : nf_hook_slow((pf), (hook), (skb), (indev), (outdev), (okfn)))
129 struct net_device *indev, struct net_device *outdev,
157 #define NF_HOOK(pf, hook, skb, indev, outdev, okfn) (okfn)(skb)
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bridge/
H A Dbr_forward.c58 struct net_device *indev; local
60 indev = skb->dev;
63 NF_HOOK(PF_BRIDGE, NF_BR_FORWARD, skb, indev, skb->dev,
H A Dbr_input.c34 struct net_device *indev; local
39 indev = skb->dev;
45 NF_HOOK(PF_BRIDGE, NF_BR_LOCAL_IN, skb, indev, NULL,
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Dnetfilter.c341 const struct net_device *indev,
348 switch (elem->hook(hook, skb, indev, outdev, okfn)) {
409 struct net_device *indev,
431 (struct nf_hook_ops *)elem, pf, hook, indev, outdev, okfn };
434 if (indev) dev_hold(indev);
440 if (indev) dev_put(indev);
449 struct net_device *indev,
482 verdict = nf_iterate(&nf_hooks[pf][hook], &skb, hook, indev,
338 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 *)) argument
406 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 *)) argument
448 nf_hook_slow(int pf, unsigned int hook, struct sk_buff *skb, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct sk_buff *)) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/netfilter/
H A Dip6_queue.c243 if (entry->info->indev)
244 strcpy(pmsg->indev_name, entry->info->indev->name);
253 if (entry->info->indev && entry->skb->dev) {
489 if (entry->info->indev)
490 if (entry->info->indev->ifindex == ifindex)
H A Dip6_tables.c145 const char *indev,
172 ret |= (((const unsigned long *)indev)[i]
179 indev, ip6info->iniface,
331 const char *indev, *outdev; local
339 indev = in ? in->name : nulldevname;
376 if (ip6_packet_match(*pskb, ipv6, indev, outdev,
143 ip6_packet_match(const struct sk_buff *skb, const struct ipv6hdr *ipv6, const char *indev, const char *outdev, const struct ip6t_ip6 *ip6info, int isfrag) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sched/
H A Dsch_ingress.c200 const struct net_device *indev,
199 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

Completed in 220 milliseconds