Searched refs:is_l4 (Results 1 – 6 of 6) sorted by relevance
1150 bool is_l4 = false; in igb_ptp_set_timestamp_mode() local1171 is_l4 = true; in igb_ptp_set_timestamp_mode()1176 is_l4 = true; in igb_ptp_set_timestamp_mode()1190 is_l4 = true; in igb_ptp_set_timestamp_mode()1224 is_l4 = true; in igb_ptp_set_timestamp_mode()1259 if (is_l4) { in igb_ptp_set_timestamp_mode()
556 entry->is_l4 = true; in tc_add_ports_flow()627 if (entry->is_l4) { in tc_del_flow()637 entry->is_l4 = false; in tc_del_flow()
172 int is_l4; member
2664 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() local2667 if (!((info->data == (RXH_IP_SRC | RXH_IP_DST)) | is_l4 | is_disable)) in virtnet_set_hashflow()2675 | (is_l4 ? VIRTIO_NET_RSS_HASH_TYPE_TCPv4 : 0); in virtnet_set_hashflow()2681 | (is_l4 ? VIRTIO_NET_RSS_HASH_TYPE_UDPv4 : 0); in virtnet_set_hashflow()2692 | (is_l4 ? VIRTIO_NET_RSS_HASH_TYPE_TCPv6 : 0); in virtnet_set_hashflow()2698 | (is_l4 ? VIRTIO_NET_RSS_HASH_TYPE_UDPv6 : 0); in virtnet_set_hashflow()
3605 bool is_l4 = false; in e1000e_config_hwtstamp() local3629 is_l4 = true; in e1000e_config_hwtstamp()3634 is_l4 = true; in e1000e_config_hwtstamp()3656 is_l4 = true; in e1000e_config_hwtstamp()3666 is_l4 = true; in e1000e_config_hwtstamp()3676 is_l4 = true; in e1000e_config_hwtstamp()3687 is_l4 = true; in e1000e_config_hwtstamp()3729 if (is_l4) { in e1000e_config_hwtstamp()
1444 __skb_set_hash(struct sk_buff *skb, __u32 hash, bool is_sw, bool is_l4) in __skb_set_hash() argument1446 skb->l4_hash = is_l4; in __skb_set_hash()1459 __skb_set_sw_hash(struct sk_buff *skb, __u32 hash, bool is_l4) in __skb_set_sw_hash() argument1461 __skb_set_hash(skb, hash, true, is_l4); in __skb_set_sw_hash()
Completed in 37 milliseconds