Searched refs:ifp (Results 1 – 3 of 3) sorted by relevance
253 void addrconf_dad_failure(struct sk_buff *skb, struct inet6_ifaddr *ifp);440 void inet6_ifa_finish_destroy(struct inet6_ifaddr *ifp);442 static inline void in6_ifa_put(struct inet6_ifaddr *ifp) in in6_ifa_put() argument444 if (refcount_dec_and_test(&ifp->refcnt)) in in6_ifa_put()445 inet6_ifa_finish_destroy(ifp); in in6_ifa_put()448 static inline void __in6_ifa_put(struct inet6_ifaddr *ifp) in __in6_ifa_put() argument450 refcount_dec(&ifp->refcnt); in __in6_ifa_put()453 static inline void in6_ifa_hold(struct inet6_ifaddr *ifp) in in6_ifa_hold() argument455 refcount_inc(&ifp->refcnt); in in6_ifa_hold()
204 void rt6_remove_prefsrc(struct inet6_ifaddr *ifp);
180 struct most_interface *ifp; member