Searched refs:ppd (Results 1 – 1 of 1) sorted by relevance
963 struct tpacket3_hdr *ppd) in prb_fill_rxhash() argument965 ppd->hv1.tp_rxhash = skb_get_hash(pkc->skb); in prb_fill_rxhash()969 struct tpacket3_hdr *ppd) in prb_clear_rxhash() argument971 ppd->hv1.tp_rxhash = 0; in prb_clear_rxhash()975 struct tpacket3_hdr *ppd) in prb_fill_vlan_info() argument978 ppd->hv1.tp_vlan_tci = skb_vlan_tag_get(pkc->skb); in prb_fill_vlan_info()979 ppd->hv1.tp_vlan_tpid = ntohs(pkc->skb->vlan_proto); in prb_fill_vlan_info()980 ppd->tp_status = TP_STATUS_VLAN_VALID | TP_STATUS_VLAN_TPID_VALID; in prb_fill_vlan_info()982 ppd->hv1.tp_vlan_tci = 0; in prb_fill_vlan_info()983 ppd->hv1.tp_vlan_tpid = 0; in prb_fill_vlan_info()[all …]