Toggle navigation
/
Symbol
File
Text
Line
Symbol: is_l4
function parameter
Defined...
include/linux/skbuff.h:1453:61-1453:66
: __skb_set_hash(struct sk_buff *skb, __u32 hash, bool is_sw, bool is_l4)
include/linux/skbuff.h:1468:52-1468:57
: __skb_set_sw_hash(struct sk_buff *skb, __u32 hash, bool is_l4)
variable
Defined...
drivers/net/ethernet/intel/e1000e/netdev.c:3605:2-3605:15
: bool is_l4 = false;
drivers/net/ethernet/intel/igb/igb_ptp.c:1145:2-1145:15
: bool is_l4 = false;
drivers/net/virtio_net.c:3014:2-3014:83
: bool is_l4 = info->data == (RXH_IP_SRC | RXH_IP_DST | RXH_L4_B_0_1 | RXH_L4_B_2_3);