/linux/net/bridge/netfilter/ |
H A D | ebt_mark_m.c | 49 struct ebt_mark_m_info *kern = dst; in mark_mt_compat_from_user() local 51 kern->mark = user->mark; in mark_mt_compat_from_user() 52 kern->mask = user->mask; in mark_mt_compat_from_user() 53 kern->invert = user->invert; in mark_mt_compat_from_user() 54 kern->bitmask = user->bitmask; in mark_mt_compat_from_user() 60 const struct ebt_mark_m_info *kern = src; in mark_mt_compat_to_user() local 62 if (put_user(kern->mark, &user->mark) || in mark_mt_compat_to_user() 63 put_user(kern->mask, &user->mask) || in mark_mt_compat_to_user() 64 put_user(kern->invert, &user->invert) || in mark_mt_compat_to_user() 65 put_user(kern in mark_mt_compat_to_user() [all...] |
H A D | ebt_mark.c | 65 struct ebt_mark_t_info *kern = dst; in mark_tg_compat_from_user() local 67 kern->mark = user->mark; in mark_tg_compat_from_user() 68 kern->target = user->target; in mark_tg_compat_from_user() 74 const struct ebt_mark_t_info *kern = src; in mark_tg_compat_to_user() local 76 if (put_user(kern->mark, &user->mark) || in mark_tg_compat_to_user() 77 put_user(kern->target, &user->target)) in mark_tg_compat_to_user()
|
/linux/net/nfc/ |
H A D | af_nfc.c | 19 int kern) in nfc_sock_create() argument 31 rc = proto_tab[proto]->create(net, sock, proto_tab[proto], kern); in nfc_sock_create()
|
H A D | rawsock.c | 324 const struct nfc_protocol *nfc_proto, int kern) in rawsock_create() argument 341 sk = sk_alloc(net, PF_NFC, GFP_ATOMIC, nfc_proto->proto, kern); in rawsock_create()
|
H A D | llcp_sock.c | 974 struct sock *nfc_llcp_sock_alloc(struct socket *sock, int type, gfp_t gfp, int kern) in nfc_llcp_sock_alloc() argument 979 sk = sk_alloc(&init_net, PF_NFC, gfp, &llcp_sock_proto, kern); in nfc_llcp_sock_alloc() 1025 const struct nfc_protocol *nfc_proto, int kern) in llcp_sock_create() argument 1044 sk = nfc_llcp_sock_alloc(sock, sock->type, GFP_ATOMIC, kern); in llcp_sock_create()
|
H A D | nfc.h | 24 const struct nfc_protocol *nfc_proto, int kern);
|
/linux/drivers/net/ppp/ |
H A D | pppox.c | 115 int kern) in pppox_create() argument 129 rc = pppox_protos[protocol]->create(net, sock, kern); in pppox_create()
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | lsm_cgroup.c | 86 int type, int protocol, int kern) in BPF_PROG() argument 95 int type, int protocol, int kern) in BPF_PROG() argument
|
H A D | task_storage_nodeadlock.c | 26 int protocol, int kern) in BPF_PROG() argument
|
H A D | bench_local_storage_create.c | 62 int protocol, int kern) in BPF_PROG() argument
|
/linux/drivers/media/usb/dvb-usb-v2/ |
H A D | mxl111sf.h | 123 #define mxl_printk(kern, fmt, arg...) \ argument 124 printk(kern "%s: " fmt "\n", __func__, ##arg)
|
/linux/net/atm/ |
H A D | pvc.c | 133 int kern) in pvc_create() argument 139 return vcc_create(net, sock, protocol, PF_ATMPVC, kern); in pvc_create()
|
H A D | common.h | 14 int vcc_create(struct net *net, struct socket *sock, int protocol, int family, int kern);
|
/linux/drivers/isdn/mISDN/ |
H A D | socket.c | 593 data_sock_create(struct net *net, struct socket *sock, int protocol, int kern) in data_sock_create() argument 600 sk = sk_alloc(net, PF_ISDN, GFP_KERNEL, &mISDN_proto, kern); in data_sock_create() 749 base_sock_create(struct net *net, struct socket *sock, int protocol, int kern) in base_sock_create() argument 758 sk = sk_alloc(net, PF_ISDN, GFP_KERNEL, &mISDN_proto, kern); in base_sock_create() 774 mISDN_sock_create(struct net *net, struct socket *sock, int proto, int kern) in mISDN_sock_create() argument 780 err = base_sock_create(net, sock, proto, kern); in mISDN_sock_create() 794 err = data_sock_create(net, sock, proto, kern); in mISDN_sock_create()
|
/linux/net/bluetooth/cmtp/ |
H A D | sock.c | 201 int kern) in cmtp_sock_create() argument 210 sk = sk_alloc(net, PF_BLUETOOTH, GFP_ATOMIC, &cmtp_proto, kern); in cmtp_sock_create()
|
/linux/net/bluetooth/bnep/ |
H A D | sock.c | 199 int kern) in bnep_sock_create() argument 208 sk = bt_sock_alloc(net, sock, &bnep_proto, protocol, GFP_ATOMIC, kern); in bnep_sock_create()
|
/linux/net/bluetooth/ |
H A D | af_bluetooth.c | 117 int kern) in bt_sock_create() argument 135 err = bt_proto[proto]->create(net, sock, proto, kern); in bt_sock_create() 147 struct proto *prot, int proto, gfp_t prio, int kern) in bt_sock_alloc() argument 151 sk = sk_alloc(net, PF_BLUETOOTH, prio, prot, kern); in bt_sock_alloc() 164 if (!kern) { in bt_sock_alloc()
|
/linux/Documentation/driver-api/usb/ |
H A D | usb3-debug-port.rst | 74 # tail -f /var/log/kern.log 129 root@target: tail -f /var/log/kern.log 142 root@host: tail -f /var/log/kern.log
|
/linux/net/bluetooth/hidp/ |
H A D | sock.c | 250 int kern) in hidp_sock_create() argument 259 sk = bt_sock_alloc(net, sock, &hidp_proto, protocol, GFP_ATOMIC, kern); in hidp_sock_create()
|
/linux/include/linux/ |
H A D | if_pppox.h | 71 int (*create)(struct net *net, struct socket *sock, int kern);
|
H A D | net.h | 235 int protocol, int kern); 254 struct socket **res, int kern);
|
/linux/Documentation/misc-devices/ |
H A D | dw-xdata-pcie.rst | 28 information to ``/var/log/kern.log`` or dmesg.
|
/linux/include/net/ |
H A D | llc_conn.h | 100 struct proto *prot, int kern);
|
/linux/net/bluetooth/rfcomm/ |
H A D | sock.c | 272 int proto, gfp_t prio, int kern) in rfcomm_sock_alloc() argument 281 sk = bt_sock_alloc(net, sock, &rfcomm_proto, proto, prio, kern); in rfcomm_sock_alloc() 306 int protocol, int kern) in rfcomm_sock_create() argument 319 sk = rfcomm_sock_alloc(net, sock, protocol, GFP_ATOMIC, kern); in rfcomm_sock_create()
|
/linux/net/phonet/ |
H A D | af_phonet.c | 51 int kern) in pn_socket_create() argument 87 sk = sk_alloc(net, PF_PHONET, GFP_KERNEL, pnp->prot, kern); in pn_socket_create()
|