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

12

/net/bridge/netfilter/
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...]
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))
/net/nfc/
H A Daf_nfc.c33 int kern)
32 nfc_sock_create(struct net *net, struct socket *sock, int proto, int kern) argument
/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);
657 int kern)
656 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/bluetooth/
H A Daf_bluetooth.c134 int kern)
159 err = bt_proto[proto]->create(net, sock, proto, kern);
133 bt_sock_create(struct net *net, struct socket *sock, int proto, int kern) argument
H A Dl2cap_sock.c1235 int kern)
1247 if (sock->type == SOCK_RAW && !kern && !capable(CAP_NET_RAW))
1234 l2cap_sock_create(struct net *net, struct socket *sock, int protocol, int kern) argument
H A Dhci_sock.c1062 int kern)
1061 hci_sock_create(struct net *net, struct socket *sock, int protocol, int kern) argument
H A Dsco.c430 int kern)
429 sco_sock_create(struct net *net, struct socket *sock, int protocol, int kern) argument
/net/ieee802154/
H A Daf_ieee802154.c244 int protocol, int kern)
243 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/ipv6/
H A Daf_inet6.c114 int kern)
180 if (sock->type == SOCK_RAW && !kern && !capable(CAP_NET_RAW))
113 inet6_create(struct net *net, struct socket *sock, int protocol, int kern) argument
/net/can/
H A Daf_can.c137 int kern)
136 can_create(struct net *net, struct socket *sock, int protocol, int kern) argument
/net/ipv4/
H A Daf_inet.c291 int kern)
357 if (sock->type == SOCK_RAW && !kern && !capable(CAP_NET_RAW))
290 inet_create(struct net *net, struct socket *sock, int protocol, int kern) argument
/net/irda/
H A Daf_irda.c64 static int irda_create(struct net *net, struct socket *sock, int protocol, int kern);
1101 int kern)
1100 irda_create(struct net *net, struct socket *sock, int protocol, int kern) argument
/net/bluetooth/rfcomm/
H A Dsock.c308 int protocol, int kern)
307 rfcomm_sock_create(struct net *net, struct socket *sock, int protocol, int kern) argument
/net/caif/
H A Dcaif_socket.c1035 int kern)
1034 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/rxrpc/
H A Daf_rxrpc.c616 int kern)
615 rxrpc_create(struct net *net, struct socket *sock, int protocol, int kern) argument
/net/
H A Dsocket.c1236 struct socket **res, int kern)
1265 err = security_socket_create(family, type, protocol, kern);
1310 err = pf->create(net, sock, protocol, kern);
1326 err = security_socket_post_create(sock, family, type, protocol, kern);
1235 __sock_create(struct net *net, int family, int type, int protocol, struct socket **res, int kern) argument
/net/netrom/
H A Daf_netrom.c425 int kern)
424 nr_create(struct net *net, struct socket *sock, int protocol, int kern) argument

Completed in 730 milliseconds

12