Home
last modified time | relevance | path

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

/net/packet/
Daf_packet.c1051 struct tpacket3_hdr *ppd) in prb_fill_rxhash() argument
1053 ppd->hv1.tp_rxhash = skb_get_hash(pkc->skb); in prb_fill_rxhash()
1057 struct tpacket3_hdr *ppd) in prb_clear_rxhash() argument
1059 ppd->hv1.tp_rxhash = 0; in prb_clear_rxhash()
1063 struct tpacket3_hdr *ppd) in prb_fill_vlan_info() argument
1068 ppd->hv1.tp_vlan_tci = skb_vlan_tag_get(pkc->skb); in prb_fill_vlan_info()
1069 ppd->hv1.tp_vlan_tpid = ntohs(pkc->skb->vlan_proto); in prb_fill_vlan_info()
1070 ppd->tp_status = TP_STATUS_VLAN_VALID | TP_STATUS_VLAN_TPID_VALID; in prb_fill_vlan_info()
1072 ppd->hv1.tp_vlan_tci = vlan_get_tci(pkc->skb, pkc->skb->dev); in prb_fill_vlan_info()
1073 ppd->hv1.tp_vlan_tpid = ntohs(pkc->skb->protocol); in prb_fill_vlan_info()
[all …]