Home
last modified time | relevance | path

Searched refs:hv1 (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dif_packet.h173 struct tpacket_hdr_variant1 hv1; member
/linux-4.4.14/net/packet/
Daf_packet.c988 ppd->hv1.tp_rxhash = skb_get_hash(pkc->skb); in prb_fill_rxhash()
994 ppd->hv1.tp_rxhash = 0; in prb_clear_rxhash()
1001 ppd->hv1.tp_vlan_tci = skb_vlan_tag_get(pkc->skb); in prb_fill_vlan_info()
1002 ppd->hv1.tp_vlan_tpid = ntohs(pkc->skb->vlan_proto); in prb_fill_vlan_info()
1005 ppd->hv1.tp_vlan_tci = 0; in prb_fill_vlan_info()
1006 ppd->hv1.tp_vlan_tpid = 0; in prb_fill_vlan_info()
1014 ppd->hv1.tp_padding = 0; in prb_run_all_ft_ops()
/linux-4.4.14/Documentation/networking/
Dpacket_mmap.txt896 printf("rxhash: 0x%x\n", ppd->hv1.tp_rxhash);