Home
last modified time | relevance | path

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

/drivers/net/usb/
Dcdc_mbim.c226 bool is_ip; in cdc_mbim_tx_fixup() local
245 is_ip = is_ip_proto(vlan_eth_hdr(skb)->h_vlan_encapsulated_proto); in cdc_mbim_tx_fixup()
248 is_ip = is_ip_proto(eth_hdr(skb)->h_proto); in cdc_mbim_tx_fixup()
272 if (!is_ip) in cdc_mbim_tx_fixup()
278 if (is_ip) in cdc_mbim_tx_fixup()
Dsierra_net.c206 static inline int is_ip(struct sk_buff *skb) in is_ip() function
872 if (priv->link_up && check_ethip_packet(skb, dev) && is_ip(skb)) { in sierra_net_tx_fixup()
/drivers/net/arcnet/
Drfc1051.c50 .is_ip = 1,
Darcdevice.h194 int is_ip; /* This is a ip plugin - not a raw thing */ member
Darcnet.c91 .is_ip = 0,
1099 if (arc_proto_map[soft->proto]->is_ip) { in arcnet_rx()
Drfc1201.c52 .is_ip = 1, /* This is for sending IP and ARP packages */