Searched refs:is_ip (Results 1 - 5 of 5) sorted by relevance

/drivers/net/usb/
H A Dcdc_mbim.c227 bool is_ip; local
246 is_ip = is_ip_proto(vlan_eth_hdr(skb)->h_vlan_encapsulated_proto);
249 is_ip = is_ip_proto(eth_hdr(skb)->h_proto);
273 if (!is_ip)
279 if (is_ip)
H A Dsierra_net.c195 static inline int is_ip(struct sk_buff *skb) function
865 if (priv->link_up && check_ethip_packet(skb, dev) && is_ip(skb)) {
/drivers/net/arcnet/
H A Drfc1051.c51 .is_ip = 1,
H A Darcnet.c79 .is_ip = 0,
1036 if (arc_proto_map[soft->proto]->is_ip) {
H A Drfc1201.c51 .is_ip = 1, /* This is for sending IP and ARP packages */

Completed in 96 milliseconds