Searched refs:is_l4 (Results 1 – 6 of 6) sorted by relevance
1152 bool is_l4 = false; in igb_ptp_set_timestamp_mode() local1173 is_l4 = true; in igb_ptp_set_timestamp_mode()1178 is_l4 = true; in igb_ptp_set_timestamp_mode()1192 is_l4 = true; in igb_ptp_set_timestamp_mode()1226 is_l4 = true; in igb_ptp_set_timestamp_mode()1261 if (is_l4) { in igb_ptp_set_timestamp_mode()
548 entry->is_l4 = true; in tc_add_ports_flow()619 if (entry->is_l4) { in tc_del_flow()629 entry->is_l4 = false; in tc_del_flow()
213 int is_l4; member
3597 bool is_l4 = false; in e1000e_config_hwtstamp() local3621 is_l4 = true; in e1000e_config_hwtstamp()3626 is_l4 = true; in e1000e_config_hwtstamp()3648 is_l4 = true; in e1000e_config_hwtstamp()3658 is_l4 = true; in e1000e_config_hwtstamp()3668 is_l4 = true; in e1000e_config_hwtstamp()3679 is_l4 = true; in e1000e_config_hwtstamp()3721 if (is_l4) { in e1000e_config_hwtstamp()
1508 __skb_set_hash(struct sk_buff *skb, __u32 hash, bool is_sw, bool is_l4) in __skb_set_hash() argument1510 skb->l4_hash = is_l4; in __skb_set_hash()1523 __skb_set_sw_hash(struct sk_buff *skb, __u32 hash, bool is_l4) in __skb_set_sw_hash() argument1525 __skb_set_hash(skb, hash, true, is_l4); in __skb_set_sw_hash()
4252 bool is_l4 = info->data == (RXH_IP_SRC | RXH_IP_DST | RXH_L4_B_0_1 | RXH_L4_B_2_3); in virtnet_set_hashflow() local4255 if (!((info->data == (RXH_IP_SRC | RXH_IP_DST)) | is_l4 | is_disable)) in virtnet_set_hashflow()4263 | (is_l4 ? VIRTIO_NET_RSS_HASH_TYPE_TCPv4 : 0); in virtnet_set_hashflow()4269 | (is_l4 ? VIRTIO_NET_RSS_HASH_TYPE_UDPv4 : 0); in virtnet_set_hashflow()4280 | (is_l4 ? VIRTIO_NET_RSS_HASH_TYPE_TCPv6 : 0); in virtnet_set_hashflow()4286 | (is_l4 ? VIRTIO_NET_RSS_HASH_TYPE_UDPv6 : 0); in virtnet_set_hashflow()