Searched refs:ip6_dst_idev (Results 1 – 18 of 18) sorted by relevance
| /Linux-v5.15/net/ipv6/ |
| D | reassembly.c | 232 __IP6_INC_STATS(net, ip6_dst_idev(skb_dst(skb)), in ip6_frag_queue() 236 __IP6_INC_STATS(net, ip6_dst_idev(skb_dst(skb)), in ip6_frag_queue() 333 __IP6_INC_STATS(net, ip6_dst_idev(skb_dst(skb)), IPSTATS_MIB_REASMREQDS); in ipv6_frag_rcv() 350 ip6_dst_idev(skb_dst(skb)), IPSTATS_MIB_REASMOKS); in ipv6_frag_rcv() 396 __IP6_INC_STATS(net, ip6_dst_idev(skb_dst(skb)), IPSTATS_MIB_REASMFAILS); in ipv6_frag_rcv()
|
| D | ip6_output.c | 63 struct inet6_dev *idev = ip6_dst_idev(dst); in ip6_finish_output2() 213 struct inet6_dev *idev = ip6_dst_idev(skb_dst(skb)); in ip6_output() 253 struct inet6_dev *idev = ip6_dst_idev(dst); in ip6_xmit() 433 __IP6_INC_STATS(net, ip6_dst_idev(dst), IPSTATS_MIB_OUTFORWDATAGRAMS); in ip6_forward_finish() 434 __IP6_ADD_STATS(net, ip6_dst_idev(dst), IPSTATS_MIB_OUTOCTETS, skb->len); in ip6_forward_finish() 597 __IP6_INC_STATS(net, ip6_dst_idev(dst), in ip6_forward() 604 __IP6_INC_STATS(net, ip6_dst_idev(dst), in ip6_forward() 909 IP6_INC_STATS(net, ip6_dst_idev(&rt->dst), in ip6_fragment() 921 IP6_INC_STATS(net, ip6_dst_idev(&rt->dst), in ip6_fragment() 928 IP6_INC_STATS(net, ip6_dst_idev(&rt->dst), in ip6_fragment() [all …]
|
| D | ip6_input.c | 182 IP6CB(skb)->iif = skb_valid_dst(skb) ? ip6_dst_idev(skb_dst(skb))->dev->ifindex : dev->ifindex; in ip6_rcv_core() 363 idev = ip6_dst_idev(skb_dst(skb)); in ip6_protocol_deliver_rcu()
|
| D | netfilter.c | 46 IP6_INC_STATS(net, ip6_dst_idev(dst), IPSTATS_MIB_OUTNOROUTES); in ip6_route_me_harder()
|
| D | xfrm6_policy.c | 65 dev = ip6_dst_idev(dst)->dev; in xfrm6_get_saddr()
|
| D | exthdrs.c | 436 __IP6_INC_STATS(net, ip6_dst_idev(skb_dst(skb)), in ipv6_srh_rcv() 570 __IP6_INC_STATS(net, ip6_dst_idev(skb_dst(skb)), in ipv6_rpl_srh_rcv() 787 __IP6_INC_STATS(net, ip6_dst_idev(skb_dst(skb)), in ipv6_rthdr_rcv()
|
| D | fib6_rules.c | 236 ip6_dst_idev(&rt->dst)->dev); in __fib6_rule_action()
|
| D | icmp.c | 216 IP6_INC_STATS(net, ip6_dst_idev(dst), in icmpv6_xrlim_allow()
|
| D | ip6mr.c | 1990 IP6_INC_STATS(net, ip6_dst_idev(skb_dst(skb)), in ip6mr_forward2_finish() 1992 IP6_ADD_STATS(net, ip6_dst_idev(skb_dst(skb)), in ip6mr_forward2_finish()
|
| D | ip6_tunnel.c | 1156 ipv6_dev_get_saddr(net, ip6_dst_idev(dst)->dev, in ip6_tnl_xmit()
|
| D | route.c | 4497 idev = ip6_dst_idev(dst); in ip6_pkt_drop()
|
| /Linux-v5.15/drivers/net/ethernet/chelsio/libcxgb/ |
| D | libcxgb_cm.c | 138 ip6_dst_idev(dst)->dev) && in cxgb_find_route6() 139 !(ip6_dst_idev(dst)->dev->flags & IFF_LOOPBACK))) { in cxgb_find_route6()
|
| /Linux-v5.15/drivers/net/ethernet/qlogic/qed/ |
| D | qed_nvmetcp_ip_services.c | 110 *ndev = ip6_dst_idev(dst)->dev; in qed_route_ipv6()
|
| /Linux-v5.15/include/net/ |
| D | ip6_fib.h | 240 static inline struct inet6_dev *ip6_dst_idev(struct dst_entry *dst) in ip6_dst_idev() function
|
| /Linux-v5.15/net/netfilter/ipvs/ |
| D | ip_vs_xmit.c | 446 ipv6_dev_get_saddr(net, ip6_dst_idev(dst)->dev, in __ip_vs_route_output_v6()
|
| /Linux-v5.15/drivers/net/ |
| D | vrf.c | 663 ip6_dst_idev(dst), IPSTATS_MIB_OUTNOROUTES); in vrf_finish_output6()
|
| /Linux-v5.15/drivers/scsi/cxgbi/ |
| D | libcxgbi.c | 797 struct inet6_dev *idev = ip6_dst_idev((struct dst_entry *)rt); in cxgbi_check_route6()
|
| /Linux-v5.15/net/core/ |
| D | filter.c | 2209 IP6_INC_STATS(net, ip6_dst_idev(dst), IPSTATS_MIB_OUTNOROUTES); in bpf_out_neigh_v6()
|