Home
last modified time | relevance | path

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

/linux-6.6.21/samples/bpf/
Dhbm_kern.h77 bool is_ip; member
119 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()
/linux-6.6.21/drivers/net/usb/
Dcdc_mbim.c228 bool is_ip; in cdc_mbim_tx_fixup() local
247 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()
Dsierra_net.c206 static inline int is_ip(struct sk_buff *skb) in is_ip() function
869 if (priv->link_up && check_ethip_packet(skb, dev) && is_ip(skb)) { in sierra_net_tx_fixup()
/linux-6.6.21/drivers/net/arcnet/
Drfc1051.c50 .is_ip = 1,
Darcdevice.h196 int is_ip; /* This is a ip plugin - not a raw thing */ member
Darcnet.c91 .is_ip = 0,
1152 if (arc_proto_map[soft->proto]->is_ip) { in arcnet_rx()
Drfc1201.c52 .is_ip = 1, /* This is for sending IP and ARP packages */