Searched refs:ifp (Results 1 – 3 of 3) sorted by relevance
271 void addrconf_dad_failure(struct sk_buff *skb, struct inet6_ifaddr *ifp);451 void inet6_ifa_finish_destroy(struct inet6_ifaddr *ifp);453 static inline void in6_ifa_put(struct inet6_ifaddr *ifp) in in6_ifa_put() argument455 if (refcount_dec_and_test(&ifp->refcnt)) in in6_ifa_put()456 inet6_ifa_finish_destroy(ifp); in in6_ifa_put()459 static inline void __in6_ifa_put(struct inet6_ifaddr *ifp) in __in6_ifa_put() argument461 refcount_dec(&ifp->refcnt); in __in6_ifa_put()464 static inline void in6_ifa_hold(struct inet6_ifaddr *ifp) in in6_ifa_hold() argument466 refcount_inc(&ifp->refcnt); in in6_ifa_hold()469 static inline bool in6_ifa_hold_safe(struct inet6_ifaddr *ifp) in in6_ifa_hold_safe() argument[all …]
208 void rt6_remove_prefsrc(struct inet6_ifaddr *ifp);
180 struct most_interface *ifp; member
Completed in 7 milliseconds