Lines Matching refs:pkt
113 static int ip6mr_cache_report(struct mr6_table *mrt, struct sk_buff *pkt,
576 mfc->mfc_un.res.pkt, in ipmr_mfc_seq_show()
1129 static int ip6mr_cache_report(struct mr6_table *mrt, struct sk_buff *pkt, in ip6mr_cache_report() argument
1138 skb = skb_realloc_headroom(pkt, -skb_network_offset(pkt) in ip6mr_cache_report()
1159 skb_push(skb, -skb_network_offset(pkt)); in ip6mr_cache_report()
1168 msg->im6_src = ipv6_hdr(pkt)->saddr; in ip6mr_cache_report()
1169 msg->im6_dst = ipv6_hdr(pkt)->daddr; in ip6mr_cache_report()
1181 skb_copy_to_linear_data(skb, ipv6_hdr(pkt), sizeof(struct ipv6hdr)); in ip6mr_cache_report()
1194 msg->im6_src = ipv6_hdr(pkt)->saddr; in ip6mr_cache_report()
1195 msg->im6_dst = ipv6_hdr(pkt)->daddr; in ip6mr_cache_report()
1197 skb_dst_set(skb, dst_clone(skb_dst(pkt))); in ip6mr_cache_report()
1894 sr.pktcnt = c->mfc_un.res.pkt; in ip6mr_ioctl()
1968 sr.pktcnt = c->mfc_un.res.pkt; in ip6mr_compat_ioctl()
2091 cache->mfc_un.res.pkt++; in ip6_mr_forward()
2268 mfcs.mfcs_packets = c->mfc_un.res.pkt; in __ip6mr_fill_mroute()