Home
last modified time | relevance | path

Searched refs:is_l4 (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/intel/igb/
Digb_ptp.c1000 bool is_l4 = false; in igb_ptp_set_timestamp_mode() local
1024 is_l4 = true; in igb_ptp_set_timestamp_mode()
1029 is_l4 = true; in igb_ptp_set_timestamp_mode()
1043 is_l4 = true; in igb_ptp_set_timestamp_mode()
1077 is_l4 = true; in igb_ptp_set_timestamp_mode()
1112 if (is_l4) { in igb_ptp_set_timestamp_mode()
/Linux-v5.10/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_tc.c493 entry->is_l4 = true; in tc_add_ports_flow()
566 if (entry->is_l4) { in tc_del_flow()
576 entry->is_l4 = false; in tc_del_flow()
Dstmmac.h144 int is_l4; member
/Linux-v5.10/include/linux/
Dskbuff.h1259 __skb_set_hash(struct sk_buff *skb, __u32 hash, bool is_sw, bool is_l4) in __skb_set_hash() argument
1261 skb->l4_hash = is_l4; in __skb_set_hash()
1274 __skb_set_sw_hash(struct sk_buff *skb, __u32 hash, bool is_l4) in __skb_set_sw_hash() argument
1276 __skb_set_hash(skb, hash, true, is_l4); in __skb_set_sw_hash()
/Linux-v5.10/drivers/net/ethernet/intel/e1000e/
Dnetdev.c3647 bool is_l4 = false; in e1000e_config_hwtstamp() local
3675 is_l4 = true; in e1000e_config_hwtstamp()
3680 is_l4 = true; in e1000e_config_hwtstamp()
3702 is_l4 = true; in e1000e_config_hwtstamp()
3712 is_l4 = true; in e1000e_config_hwtstamp()
3722 is_l4 = true; in e1000e_config_hwtstamp()
3733 is_l4 = true; in e1000e_config_hwtstamp()
3775 if (is_l4) { in e1000e_config_hwtstamp()