Home
last modified time | relevance | path

Searched refs:hv1 (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/mediatek/
H A Dmtk_ppe.c143 u32 hv1, hv2, hv3; in mtk_ppe_hash_entry() local
149 hv1 = e->ipv4.orig.ports; in mtk_ppe_hash_entry()
155 hv1 = e->ipv6.src_ip[3] ^ e->ipv6.dest_ip[3]; in mtk_ppe_hash_entry()
156 hv1 ^= e->ipv6.ports; in mtk_ppe_hash_entry()
171 hash = (hv1 & hv2) | ((~hv1) & hv3); in mtk_ppe_hash_entry()
173 hash ^= hv1 ^ hv2 ^ hv3; in mtk_ppe_hash_entry()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dif_packet.h162 struct tpacket_hdr_variant1 hv1; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dif_packet.h162 struct tpacket_hdr_variant1 hv1; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dif_packet.h149 struct tpacket_hdr_variant1 hv1; member
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dif_packet.h177 struct tpacket_hdr_variant1 hv1; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dif_packet.h180 struct tpacket_hdr_variant1 hv1; member
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dtoeplitz.c208 if (hdr->hv1.tp_rxhash) in recv_frame()
209 verify_rxhash(frame + hdr->tp_net, hdr->hv1.tp_rxhash, in recv_frame()
/kernel/linux/linux-5.10/net/packet/
H A Daf_packet.c963 ppd->hv1.tp_rxhash = skb_get_hash(pkc->skb); in prb_fill_rxhash()
969 ppd->hv1.tp_rxhash = 0; in prb_clear_rxhash()
976 ppd->hv1.tp_vlan_tci = skb_vlan_tag_get(pkc->skb); in prb_fill_vlan_info()
977 ppd->hv1.tp_vlan_tpid = ntohs(pkc->skb->vlan_proto); in prb_fill_vlan_info()
980 ppd->hv1.tp_vlan_tci = 0; in prb_fill_vlan_info()
981 ppd->hv1.tp_vlan_tpid = 0; in prb_fill_vlan_info()
989 ppd->hv1.tp_padding = 0; in prb_run_all_ft_ops()
/kernel/linux/linux-6.6/net/packet/
H A Daf_packet.c998 ppd->hv1.tp_rxhash = skb_get_hash(pkc->skb); in prb_fill_rxhash()
1004 ppd->hv1.tp_rxhash = 0; in prb_clear_rxhash()
1011 ppd->hv1.tp_vlan_tci = skb_vlan_tag_get(pkc->skb); in prb_fill_vlan_info()
1012 ppd->hv1.tp_vlan_tpid = ntohs(pkc->skb->vlan_proto); in prb_fill_vlan_info()
1015 ppd->hv1.tp_vlan_tci = 0; in prb_fill_vlan_info()
1016 ppd->hv1.tp_vlan_tpid = 0; in prb_fill_vlan_info()
1024 ppd->hv1.tp_padding = 0; in prb_run_all_ft_ops()

Completed in 16 milliseconds