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

/linux-master/drivers/net/ethernet/intel/igb/
H A Digb_ptp.c1146 bool is_l4 = false; local
1167 is_l4 = true;
1172 is_l4 = true;
1186 is_l4 = true;
1220 is_l4 = true;
1255 if (is_l4) {
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac.h193 int is_l4; member in struct:stmmac_flow_entry
H A Dstmmac_tc.c556 entry->is_l4 = true;
627 if (entry->is_l4) {
637 entry->is_l4 = false;
/linux-master/drivers/net/
H A Dvirtio_net.c3189 bool is_l4 = info->data == (RXH_IP_SRC | RXH_IP_DST | RXH_L4_B_0_1 | RXH_L4_B_2_3); local
3192 if (!((info->data == (RXH_IP_SRC | RXH_IP_DST)) | is_l4 | is_disable))
3200 | (is_l4 ? VIRTIO_NET_RSS_HASH_TYPE_TCPv4 : 0);
3206 | (is_l4 ? VIRTIO_NET_RSS_HASH_TYPE_UDPv4 : 0);
3217 | (is_l4 ? VIRTIO_NET_RSS_HASH_TYPE_TCPv6 : 0);
3223 | (is_l4 ? VIRTIO_NET_RSS_HASH_TYPE_UDPv6 : 0);
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c3603 bool is_l4 = false; local
3627 is_l4 = true;
3632 is_l4 = true;
3654 is_l4 = true;
3664 is_l4 = true;
3674 is_l4 = true;
3685 is_l4 = true;
3727 if (is_l4) {
/linux-master/include/linux/
H A Dskbuff.h1480 __skb_set_hash(struct sk_buff *skb, __u32 hash, bool is_sw, bool is_l4) argument
1482 skb->l4_hash = is_l4;
1495 __skb_set_sw_hash(struct sk_buff *skb, __u32 hash, bool is_l4) argument
1497 __skb_set_hash(skb, hash, true, is_l4);

Completed in 146 milliseconds