Home
last modified time | relevance | path

Searched refs:dev_type (Results 1 – 3 of 3) sorted by relevance

/net/ipv4/
A Darp.c711 u16 dev_type = dev->type; in arp_process() local
726 switch (dev_type) { in arp_process()
729 htons(dev_type) != arp->ar_hrd) in arp_process()
775 switch (dev_type) { in arp_process()
804 if (dev_type == ARPHRD_DLCI) in arp_process()
/net/ipv6/
A Dip6_gre.c114 static bool ip6gre_tunnel_match(struct ip6_tnl *t, int dev_type, int link, in ip6gre_tunnel_match() argument
120 t->dev->type != dev_type) in ip6gre_tunnel_match()
125 if (t->dev->type != dev_type) in ip6gre_tunnel_match()
150 int dev_type = (gre_proto == htons(ETH_P_TEB) || in ip6gre_tunnel_lookup() local
164 if (ip6gre_tunnel_match(t, dev_type, link, &cand_score, &cand)) in ip6gre_tunnel_lookup()
174 if (ip6gre_tunnel_match(t, dev_type, link, &cand_score, &cand)) in ip6gre_tunnel_lookup()
186 if (ip6gre_tunnel_match(t, dev_type, link, &cand_score, &cand)) in ip6gre_tunnel_lookup()
195 if (ip6gre_tunnel_match(t, dev_type, link, &cand_score, &cand)) in ip6gre_tunnel_lookup()
/net/core/
A Ddev.c511 static inline unsigned short netdev_lock_pos(unsigned short dev_type) in netdev_lock_pos() argument
516 if (netdev_lock_type[i] == dev_type) in netdev_lock_pos()
523 unsigned short dev_type) in netdev_set_xmit_lockdep_class() argument
527 i = netdev_lock_pos(dev_type); in netdev_set_xmit_lockdep_class()
543 unsigned short dev_type) in netdev_set_xmit_lockdep_class() argument

Completed in 30 milliseconds