Lines Matching refs:ppd
963 struct tpacket3_hdr *ppd) in prb_fill_rxhash() argument
965 ppd->hv1.tp_rxhash = skb_get_hash(pkc->skb); in prb_fill_rxhash()
969 struct tpacket3_hdr *ppd) in prb_clear_rxhash() argument
971 ppd->hv1.tp_rxhash = 0; in prb_clear_rxhash()
975 struct tpacket3_hdr *ppd) in prb_fill_vlan_info() argument
978 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()
984 ppd->tp_status = TP_STATUS_AVAILABLE; in prb_fill_vlan_info()
989 struct tpacket3_hdr *ppd) in prb_run_all_ft_ops() argument
991 ppd->hv1.tp_padding = 0; in prb_run_all_ft_ops()
992 prb_fill_vlan_info(pkc, ppd); in prb_run_all_ft_ops()
995 prb_fill_rxhash(pkc, ppd); in prb_run_all_ft_ops()
997 prb_clear_rxhash(pkc, ppd); in prb_run_all_ft_ops()
1006 struct tpacket3_hdr *ppd; in prb_fill_curr_block() local
1008 ppd = (struct tpacket3_hdr *)curr; in prb_fill_curr_block()
1009 ppd->tp_next_offset = TOTAL_PKT_LEN_INCL_ALIGN(len); in prb_fill_curr_block()
1015 prb_run_all_ft_ops(pkc, ppd); in prb_fill_curr_block()