Lines Matching refs:pkt
113 static int ip6mr_cache_report(struct mr6_table *mrt, struct sk_buff *pkt,
577 mfc->mfc_un.res.pkt, in ipmr_mfc_seq_show()
1134 static int ip6mr_cache_report(struct mr6_table *mrt, struct sk_buff *pkt, in ip6mr_cache_report() argument
1143 skb = skb_realloc_headroom(pkt, -skb_network_offset(pkt) in ip6mr_cache_report()
1164 skb_push(skb, -skb_network_offset(pkt)); in ip6mr_cache_report()
1173 msg->im6_src = ipv6_hdr(pkt)->saddr; in ip6mr_cache_report()
1174 msg->im6_dst = ipv6_hdr(pkt)->daddr; in ip6mr_cache_report()
1186 skb_copy_to_linear_data(skb, ipv6_hdr(pkt), sizeof(struct ipv6hdr)); in ip6mr_cache_report()
1199 msg->im6_src = ipv6_hdr(pkt)->saddr; in ip6mr_cache_report()
1200 msg->im6_dst = ipv6_hdr(pkt)->daddr; in ip6mr_cache_report()
1202 skb_dst_set(skb, dst_clone(skb_dst(pkt))); in ip6mr_cache_report()
1899 sr.pktcnt = c->mfc_un.res.pkt; in ip6mr_ioctl()
1973 sr.pktcnt = c->mfc_un.res.pkt; in ip6mr_compat_ioctl()
2096 cache->mfc_un.res.pkt++; in ip6_mr_forward()
2273 mfcs.mfcs_packets = c->mfc_un.res.pkt; in __ip6mr_fill_mroute()