Home
last modified time | relevance | path

Searched refs:intrfc (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/include/net/
Dipx.h104 struct ipx_interface *intrfc; member
140 const char *ipx_device_name(struct ipx_interface *intrfc);
142 static __inline__ void ipxitf_hold(struct ipx_interface *intrfc) in ipxitf_hold() argument
144 refcount_inc(&intrfc->refcnt); in ipxitf_hold()
147 void ipxitf_down(struct ipx_interface *intrfc);
149 int ipxitf_send(struct ipx_interface *intrfc, struct sk_buff *skb, char *node);
151 int ipxrtr_add_route(__be32 network, struct ipx_interface *intrfc,
153 void ipxrtr_del_routes(struct ipx_interface *intrfc);
160 static __inline__ void ipxitf_put(struct ipx_interface *intrfc) in ipxitf_put() argument
162 if (refcount_dec_and_test(&intrfc->refcnt)) in ipxitf_put()
[all …]