Searched refs:indev (Results 26 - 33 of 33) sorted by relevance

12

/linux-master/net/ipv6/netfilter/
H A Dip6_tables.c48 const char *indev,
65 ret = ifname_compare_aligned(indev, ip6info->iniface, ip6info->iniface_mask);
256 const char *indev, *outdev; local
266 indev = state->in ? state->in->name : nulldevname;
306 if (!ip6_packet_match(skb, indev, outdev, &e->ipv6,
47 ip6_packet_match(const struct sk_buff *skb, const char *indev, const char *outdev, const struct ip6t_ip6 *ip6info, unsigned int *protoff, u16 *fragoff, bool *hotdrop) argument
/linux-master/net/ipv4/netfilter/
H A Darp_tables.c84 const char *indev,
132 ret = ifname_compare(indev, arpinfo->iniface, arpinfo->iniface_mask);
192 const char *indev, *outdev; local
202 indev = state->in ? state->in->name : nulldevname;
225 if (!arp_packet_match(arp, skb->dev, indev, outdev, &e->arp)) {
82 arp_packet_match(const struct arphdr *arphdr, struct net_device *dev, const char *indev, const char *outdev, const struct arpt_arp *arpinfo) argument
/linux-master/tools/testing/selftests/net/forwarding/
H A Dtc_flower.sh357 $tcflags indev $h1 dst_mac $h2mac action drop
359 $tcflags indev $h2 dst_mac $h2mac action drop
373 log_test "indev match ($tcflags)"
/linux-master/net/bridge/
H A Dbr_netfilter_hooks.c778 * netfilter with indev and outdev set to the bridge device,
779 * but we are still able to filter on the 'real' indev/outdev
780 * because of the physdev module. For ARP, indev and outdev are the
1133 struct net_device *indev,
1168 nf_hook_state_init(&state, hook, NFPROTO_BRIDGE, indev, outdev,
1131 br_nf_hook_thresh(unsigned int hook, struct net *net, struct sock *sk, struct sk_buff *skb, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct net *, struct sock *, struct sk_buff *)) argument
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_main.c4067 struct in_device *indev; local
4069 indev = in_dev_get(dev);
4070 if (!indev)
4073 in_dev_for_each_ifa_rtnl(ifa, indev) {
4088 in_dev_put(indev);
/linux-master/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_main.c3234 struct in_device *indev; local
3240 indev = in_dev_get(dev);
3241 if (!indev)
3245 in_dev_for_each_ifa_rcu(ifa, indev) {
3258 in_dev_put(indev);
/linux-master/net/ipv4/
H A Dip_output.c428 struct net_device *dev = skb_dst(skb)->dev, *indev = skb->dev; local
434 net, sk, skb, indev, dev,
/linux-master/net/ipv6/
H A Dip6_output.c231 struct net_device *dev = skb_dst(skb)->dev, *indev = skb->dev; local
244 net, sk, skb, indev, dev,

Completed in 244 milliseconds

12