Searched refs:owner (Results 1 - 25 of 333) sorted by relevance

1234567891011>>

/net/
H A Dnonet.c23 .owner = THIS_MODULE,
/net/nfc/
H A Daf_nfc.c42 if (proto_tab[proto] && try_module_get(proto_tab[proto]->owner)) {
44 module_put(proto_tab[proto]->owner);
52 .owner = THIS_MODULE,
/net/9p/
H A Dmod.c118 try_module_get(t->owner)) {
140 if (t->def && try_module_get(t->owner)) {
147 if (try_module_get(t->owner)) {
165 module_put(m->owner);
/net/sched/
H A Dsch_blackhole.c37 .owner = THIS_MODULE,
H A Dsch_fifo.c107 .owner = THIS_MODULE,
122 .owner = THIS_MODULE,
137 .owner = THIS_MODULE,
/net/bridge/netfilter/
H A Debtable_filter.c80 .owner = THIS_MODULE,
87 .owner = THIS_MODULE,
94 .owner = THIS_MODULE,
H A Debtable_nat.c80 .owner = THIS_MODULE,
87 .owner = THIS_MODULE,
94 .owner = THIS_MODULE,
H A Dnf_tables_bridge.c34 .owner = THIS_MODULE,
77 .owner = THIS_MODULE,
/net/ipv4/netfilter/
H A Diptable_nat.c82 .owner = THIS_MODULE,
90 .owner = THIS_MODULE,
98 .owner = THIS_MODULE,
106 .owner = THIS_MODULE,
H A Dnf_tables_arp.c34 .owner = THIS_MODULE,
75 .owner = THIS_MODULE,
H A Dnf_defrag_ipv4.c99 .owner = THIS_MODULE,
106 .owner = THIS_MODULE,
H A Dnf_tables_ipv4.c54 .owner = THIS_MODULE,
98 .owner = THIS_MODULE,
H A Dnft_masq_ipv4.c52 .owner = THIS_MODULE,
H A Dnft_reject_ipv4.c56 .owner = THIS_MODULE,
/net/ipv4/
H A Dtcp_scalable.c42 .owner = THIS_MODULE,
H A Dudplite.c41 .owner = THIS_MODULE,
79 .owner = THIS_MODULE,
/net/ipv6/netfilter/
H A Dip6table_nat.c84 .owner = THIS_MODULE,
92 .owner = THIS_MODULE,
100 .owner = THIS_MODULE,
108 .owner = THIS_MODULE,
H A Dnf_defrag_ipv6_hooks.c90 .owner = THIS_MODULE,
97 .owner = THIS_MODULE,
H A Dnf_tables_ipv6.c53 .owner = THIS_MODULE,
97 .owner = THIS_MODULE,
/net/irda/irnet/
H A Dirnet_ppp.h100 .owner = THIS_MODULE,
/net/netfilter/
H A Dnf_tables_inet.c36 .owner = THIS_MODULE,
73 .owner = THIS_MODULE,
/net/irda/
H A Dirias_object.c242 int owner)
251 attrib->value->owner = owner;
315 int owner)
345 irias_add_attrib(obj, attrib, owner);
357 int len, int owner)
388 irias_add_attrib(obj, attrib, owner);
399 int owner)
430 irias_add_attrib(obj, attrib, owner);
241 irias_add_attrib(struct ias_object *obj, struct ias_attrib *attrib, int owner) argument
314 irias_add_integer_attrib(struct ias_object *obj, char *name, int value, int owner) argument
356 irias_add_octseq_attrib(struct ias_object *obj, char *name, __u8 *octets, int len, int owner) argument
398 irias_add_string_attrib(struct ias_object *obj, char *name, char *value, int owner) argument
/net/bluetooth/bnep/
H A Dsock.c161 .owner = THIS_MODULE,
184 .owner = THIS_MODULE,
219 .owner = THIS_MODULE,
/net/ipv6/
H A Dudplite.c37 .owner = THIS_MODULE,
98 .owner = THIS_MODULE,
/net/tipc/
H A Dlink.c150 return (l_ptr->owner->active_links[0] == l_ptr) ||
151 (l_ptr->owner->active_links[1] == l_ptr);
160 tipc_node_lock(l_ptr->owner);
201 tipc_node_unlock(l_ptr->owner);
255 l_ptr->owner = n_ptr;
303 tipc_node_detach_link(l_ptr->owner, l_ptr);
363 __skb_queue_tail(&link->owner->waiting_sks, __skb_dequeue(wq));
406 struct tipc_node *owner = l_ptr->owner; local
421 tipc_node_link_down(l_ptr->owner, l_pt
[all...]

Completed in 259 milliseconds

1234567891011>>