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

/linux-4.1.27/drivers/net/usb/
H A Dcdc_mbim.c227 bool is_ip; cdc_mbim_tx_fixup() local
246 is_ip = is_ip_proto(vlan_eth_hdr(skb)->h_vlan_encapsulated_proto); cdc_mbim_tx_fixup()
249 is_ip = is_ip_proto(eth_hdr(skb)->h_proto); cdc_mbim_tx_fixup()
273 if (!is_ip) cdc_mbim_tx_fixup()
279 if (is_ip) cdc_mbim_tx_fixup()
H A Dsierra_net.c195 static inline int is_ip(struct sk_buff *skb) is_ip() function
865 if (priv->link_up && check_ethip_packet(skb, dev) && is_ip(skb)) { sierra_net_tx_fixup()
/linux-4.1.27/drivers/net/arcnet/
H A Drfc1051.c51 .is_ip = 1,
H A Darcnet.c79 .is_ip = 0,
981 if (arc_proto_map[soft->proto]->is_ip) { BUGLVL()
H A Drfc1201.c51 .is_ip = 1, /* This is for sending IP and ARP packages */
/linux-4.1.27/include/linux/
H A Darcdevice.h190 int is_ip; /* This is a ip plugin - not a raw thing */ member in struct:ArcProto

Completed in 153 milliseconds