Searched refs:is_ip (Results 1 – 7 of 7) sorted by relevance
77 bool is_ip; member119 pkti->is_ip = true; in hbm_get_pkt_info()123 pkti->is_ip = true; in hbm_get_pkt_info()127 pkti->is_ip = false; in hbm_get_pkt_info()
228 bool is_ip; in cdc_mbim_tx_fixup() local247 is_ip = is_ip_proto(vlan_eth_hdr(skb)->h_vlan_encapsulated_proto); in cdc_mbim_tx_fixup()250 is_ip = is_ip_proto(eth_hdr(skb)->h_proto); in cdc_mbim_tx_fixup()274 if (!is_ip) in cdc_mbim_tx_fixup()280 if (is_ip) in cdc_mbim_tx_fixup()
206 static inline int is_ip(struct sk_buff *skb) in is_ip() function869 if (priv->link_up && check_ethip_packet(skb, dev) && is_ip(skb)) { in sierra_net_tx_fixup()
50 .is_ip = 1,
194 int is_ip; /* This is a ip plugin - not a raw thing */ member
91 .is_ip = 0,1156 if (arc_proto_map[soft->proto]->is_ip) { in arcnet_rx()
52 .is_ip = 1, /* This is for sending IP and ARP packages */
Completed in 14 milliseconds