Searched refs:confirm_neigh (Results 1 - 9 of 9) sorted by relevance

/linux-master/include/net/
H A Ddst_ops.h31 bool confirm_neigh);
38 void (*confirm_neigh)(const struct dst_entry *dst, member in struct:dst_ops
H A Ddst.h421 if (dst->ops->confirm_neigh)
422 dst->ops->confirm_neigh(dst, daddr);
557 struct sk_buff *skb, u32 mtu, bool confirm_neigh);
/linux-master/net/bridge/
H A Dbr_nf_core.c26 bool confirm_neigh)
24 fake_update_pmtu(struct dst_entry *dst, struct sock *sk, struct sk_buff *skb, u32 mtu, bool confirm_neigh) argument
/linux-master/net/ipv4/
H A Dxfrm4_policy.c101 bool confirm_neigh)
106 path->ops->update_pmtu(path, sk, skb, mtu, confirm_neigh);
99 xfrm4_update_pmtu(struct dst_entry *dst, struct sock *sk, struct sk_buff *skb, u32 mtu, bool confirm_neigh) argument
H A Droute.c139 bool confirm_neigh);
168 .confirm_neigh = ipv4_confirm_neigh,
1057 bool confirm_neigh)
1055 ip_rt_update_pmtu(struct dst_entry *dst, struct sock *sk, struct sk_buff *skb, u32 mtu, bool confirm_neigh) argument
/linux-master/net/ipv6/
H A Dxfrm6_policy.c99 bool confirm_neigh)
104 path->ops->update_pmtu(path, sk, skb, mtu, confirm_neigh);
97 xfrm6_update_pmtu(struct dst_entry *dst, struct sock *sk, struct sk_buff *skb, u32 mtu, bool confirm_neigh) argument
H A Droute.c103 bool confirm_neigh);
266 .confirm_neigh = ip6_confirm_neigh,
2852 bool confirm_neigh)
2873 if (confirm_neigh)
2931 bool confirm_neigh)
2934 confirm_neigh);
2850 __ip6_rt_update_pmtu(struct dst_entry *dst, const struct sock *sk, const struct ipv6hdr *iph, u32 mtu, bool confirm_neigh) argument
2929 ip6_rt_update_pmtu(struct dst_entry *dst, struct sock *sk, struct sk_buff *skb, u32 mtu, bool confirm_neigh) argument
/linux-master/net/core/
H A Ddst.c236 bool confirm_neigh)
234 dst_blackhole_update_pmtu(struct dst_entry *dst, struct sock *sk, struct sk_buff *skb, u32 mtu, bool confirm_neigh) argument
/linux-master/net/xfrm/
H A Dxfrm_policy.c4058 path->ops->confirm_neigh(path, daddr);
4087 if (likely(!dst_ops->confirm_neigh))
4088 dst_ops->confirm_neigh = xfrm_confirm_neigh;

Completed in 250 milliseconds