Searched defs:kern (Results 1 - 25 of 38) sorted by relevance

12

/net/nfc/
H A Daf_nfc.c31 int kern)
30 nfc_sock_create(struct net *net, struct socket *sock, int proto, int kern) argument
/net/bridge/netfilter/
H A Debt_mark.c64 struct ebt_mark_t_info *kern = dst; local
66 kern->mark = user->mark;
67 kern->target = user->target;
73 const struct ebt_mark_t_info *kern = src; local
75 if (put_user(kern->mark, &user->mark) ||
76 put_user(kern->target, &user->target))
H A Debt_mark_m.c48 struct ebt_mark_m_info *kern = dst; local
50 kern->mark = user->mark;
51 kern->mask = user->mask;
52 kern->invert = user->invert;
53 kern->bitmask = user->bitmask;
59 const struct ebt_mark_m_info *kern = src; local
61 if (put_user(kern->mark, &user->mark) ||
62 put_user(kern->mask, &user->mask) ||
63 put_user(kern->invert, &user->invert) ||
64 put_user(kern
[all...]
/net/atm/
H A Dpvc.c133 int kern)
132 pvc_create(struct net *net, struct socket *sock, int protocol, int kern) argument
H A Dsvc.c31 int kern);
655 int kern)
654 svc_create(struct net *net, struct socket *sock, int protocol, int kern) argument
/net/bluetooth/bnep/
H A Dsock.c189 int kern)
188 bnep_sock_create(struct net *net, struct socket *sock, int protocol, int kern) argument
/net/bluetooth/cmtp/
H A Dsock.c199 int kern)
198 cmtp_sock_create(struct net *net, struct socket *sock, int protocol, int kern) argument
/net/bluetooth/hidp/
H A Dsock.c229 int kern)
228 hidp_sock_create(struct net *net, struct socket *sock, int protocol, int kern) argument
/net/can/
H A Daf_can.c138 int kern)
137 can_create(struct net *net, struct socket *sock, int protocol, int kern) argument
/net/ieee802154/
H A Daf_ieee802154.c243 int protocol, int kern)
242 ieee802154_create(struct net *net, struct socket *sock, int protocol, int kern) argument
/net/phonet/
H A Daf_phonet.c64 int kern)
63 pn_socket_create(struct net *net, struct socket *sock, int protocol, int kern) argument
/net/rds/
H A Daf_rds.c436 int kern)
435 rds_create(struct net *net, struct socket *sock, int protocol, int kern) argument
/net/bluetooth/
H A Daf_bluetooth.c130 int kern)
155 err = bt_proto[proto]->create(net, sock, proto, kern);
129 bt_sock_create(struct net *net, struct socket *sock, int proto, int kern) argument
H A Dhci_sock.c1195 int kern)
1194 hci_sock_create(struct net *net, struct socket *sock, int protocol, int kern) argument
H A Dl2cap_sock.c1548 int kern)
1560 if (sock->type == SOCK_RAW && !kern && !capable(CAP_NET_RAW))
1547 l2cap_sock_create(struct net *net, struct socket *sock, int protocol, int kern) argument
H A Dsco.c491 int kern)
490 sco_sock_create(struct net *net, struct socket *sock, int protocol, int kern) argument
/net/ipv6/
H A Daf_inet6.c115 int kern)
175 if (sock->type == SOCK_RAW && !kern && !capable(CAP_NET_RAW))
114 inet6_create(struct net *net, struct socket *sock, int protocol, int kern) argument
/net/rxrpc/
H A Daf_rxrpc.c616 int kern)
615 rxrpc_create(struct net *net, struct socket *sock, int protocol, int kern) argument
/net/bluetooth/rfcomm/
H A Dsock.c314 int protocol, int kern)
313 rfcomm_sock_create(struct net *net, struct socket *sock, int protocol, int kern) argument
/net/caif/
H A Dcaif_socket.c1028 int kern)
1027 caif_create(struct net *net, struct socket *sock, int protocol, int kern) argument
/net/llc/
H A Daf_llc.c151 * @kern: on behalf of kernel or userspace
158 int kern)
157 llc_ui_create(struct net *net, struct socket *sock, int protocol, int kern) argument
/net/appletalk/
H A Dddp.c1018 int kern)
1017 atalk_create(struct net *net, struct socket *sock, int protocol, int kern) argument
/net/ax25/
H A Daf_ax25.c804 int kern)
803 ax25_create(struct net *net, struct socket *sock, int protocol, int kern) argument
/net/ipv4/
H A Daf_inet.c263 int kern)
324 if (sock->type == SOCK_RAW && !kern && !capable(CAP_NET_RAW))
262 inet_create(struct net *net, struct socket *sock, int protocol, int kern) argument
/net/ipx/
H A Daf_ipx.c1332 int kern)
1331 ipx_create(struct net *net, struct socket *sock, int protocol, int kern) argument

Completed in 550 milliseconds

12