/linux-4.1.27/net/bridge/netfilter/ |
D | ebt_mark_m.c | 48 struct ebt_mark_m_info *kern = dst; in mark_mt_compat_from_user() local 50 kern->mark = user->mark; in mark_mt_compat_from_user() 51 kern->mask = user->mask; in mark_mt_compat_from_user() 52 kern->invert = user->invert; in mark_mt_compat_from_user() 53 kern->bitmask = user->bitmask; in mark_mt_compat_from_user() 59 const struct ebt_mark_m_info *kern = src; in mark_mt_compat_to_user() local 61 if (put_user(kern->mark, &user->mark) || in mark_mt_compat_to_user() 62 put_user(kern->mask, &user->mask) || in mark_mt_compat_to_user() 63 put_user(kern->invert, &user->invert) || in mark_mt_compat_to_user() 64 put_user(kern->bitmask, &user->bitmask)) in mark_mt_compat_to_user()
|
D | ebt_mark.c | 64 struct ebt_mark_t_info *kern = dst; in mark_tg_compat_from_user() local 66 kern->mark = user->mark; in mark_tg_compat_from_user() 67 kern->target = user->target; in mark_tg_compat_from_user() 73 const struct ebt_mark_t_info *kern = src; in mark_tg_compat_to_user() local 75 if (put_user(kern->mark, &user->mark) || in mark_tg_compat_to_user() 76 put_user(kern->target, &user->target)) in mark_tg_compat_to_user()
|
/linux-4.1.27/arch/alpha/oprofile/ |
D | op_model_ev67.c | 132 op_add_pm(unsigned long pc, int kern, unsigned long counter, in op_add_pm() argument 139 oprofile_add_pc(pc, kern, fake_counter); in op_add_pm() 147 int kern = !user_mode(regs); in ev67_handle_interrupt() local 197 oprofile_add_pc(regs->pc, kern, which); in ev67_handle_interrupt() 199 op_add_pm(regs->pc, kern, which, in ev67_handle_interrupt() 206 op_add_pm(pmpc, kern, which, ctr, in ev67_handle_interrupt() 213 op_add_pm(pmpc, kern, which, ctr, PM_DTB_MISS); in ev67_handle_interrupt() 216 op_add_pm(pmpc, kern, which, ctr, PM_UNALIGNED); in ev67_handle_interrupt() 236 op_add_pm(pmpc, kern, which, ctr, PM_MISPREDICT); in ev67_handle_interrupt() 240 oprofile_add_pc(pmpc, kern, which); in ev67_handle_interrupt() [all …]
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_agpsupport.c | 57 struct agp_kern_info *kern; in drm_agp_info() local 62 kern = &dev->agp->agp_info; in drm_agp_info() 63 info->agp_version_major = kern->version.major; in drm_agp_info() 64 info->agp_version_minor = kern->version.minor; in drm_agp_info() 65 info->mode = kern->mode; in drm_agp_info() 66 info->aperture_base = kern->aper_base; in drm_agp_info() 67 info->aperture_size = kern->aper_size * 1024 * 1024; in drm_agp_info() 68 info->memory_allowed = kern->max_memory << PAGE_SHIFT; in drm_agp_info() 69 info->memory_used = kern->current_memory << PAGE_SHIFT; in drm_agp_info() 70 info->id_vendor = kern->device->vendor; in drm_agp_info() [all …]
|
/linux-4.1.27/arch/ia64/sn/pci/ |
D | tioce_provider.c | 56 tioce_mmr_war_pre(struct tioce_kernel *kern, void __iomem *mmr_addr) in tioce_mmr_war_pre() argument 61 if (kern->ce_common->ce_rev != TIOCE_REV_A) in tioce_mmr_war_pre() 64 mmr_base = kern->ce_common->ce_pcibus.bs_base; in tioce_mmr_war_pre() 82 tioce_mmr_war_post(struct tioce_kernel *kern, void __iomem *mmr_addr) in tioce_mmr_war_post() argument 87 if (kern->ce_common->ce_rev != TIOCE_REV_A) in tioce_mmr_war_post() 90 mmr_base = kern->ce_common->ce_pcibus.bs_base; in tioce_mmr_war_post() 101 #define tioce_mmr_load(kern, mmrp, varp) do {\ argument 102 tioce_mmr_war_pre(kern, mmrp); \ 104 tioce_mmr_war_post(kern, mmrp); \ 108 #define tioce_mmr_store(kern, mmrp, varp) do {\ argument [all …]
|
/linux-4.1.27/drivers/media/usb/dvb-usb-v2/ |
D | mxl111sf.h | 109 #define mxl_printk(kern, fmt, arg...) \ argument 110 printk(kern "%s: " fmt "\n", __func__, ##arg)
|
/linux-4.1.27/arch/um/drivers/ |
D | umcast_kern.c | 166 .kern = &umcast_kern_info, 176 .kern = &umcast_kern_info,
|
D | daemon_kern.c | 84 .kern = &daemon_kern_info,
|
D | slip_kern.c | 82 .kern = &slip_kern_info,
|
D | slirp_kern.c | 109 .kern = &slirp_kern_info,
|
D | pcap_kern.c | 102 .kern = &pcap_kern_info,
|
D | net_kern.c | 452 (*transport->kern->init)(dev, init); in eth_configure() 460 .protocol = transport->kern->protocol, in eth_configure() 464 .read = transport->kern->read, in eth_configure() 465 .write = transport->kern->write, in eth_configure()
|
D | vde_kern.c | 118 .kern = &vde_kern_info,
|
/linux-4.1.27/arch/um/include/shared/ |
D | net_kern.h | 57 const struct net_kern_info *kern; member
|
/linux-4.1.27/net/nfc/ |
D | af_nfc.c | 31 int kern) in nfc_sock_create() argument
|
/linux-4.1.27/arch/um/os-Linux/drivers/ |
D | tuntap_kern.c | 75 .kern = &tuntap_kern_info,
|
D | ethertap_kern.c | 89 .kern = ðertap_kern_info,
|
/linux-4.1.27/drivers/net/ppp/ |
D | pppox.c | 107 int kern) in pppox_create() argument
|
/linux-4.1.27/include/linux/ |
D | net.h | 191 int protocol, int kern); 209 struct socket **res, int kern);
|
D | security.h | 1679 int (*socket_create) (int family, int type, int protocol, int kern); 1681 int type, int protocol, int kern); 2695 int security_socket_create(int family, int type, int protocol, int kern); 2697 int type, int protocol, int kern); 2751 int protocol, int kern) in security_socket_create() argument 2759 int protocol, int kern) in security_socket_post_create() argument
|
/linux-4.1.27/net/atm/ |
D | pvc.c | 133 int kern) in pvc_create() argument
|
D | svc.c | 31 int kern); 655 int kern) in svc_create() argument
|
/linux-4.1.27/net/bluetooth/cmtp/ |
D | sock.c | 199 int kern) in cmtp_sock_create() argument
|
/linux-4.1.27/net/bluetooth/bnep/ |
D | sock.c | 196 int kern) in bnep_sock_create() argument
|
/linux-4.1.27/Documentation/arm/ |
D | uefi.txt | 61 linux,uefi-stub-kern-ver | string | Copy of linux_banner from build.
|
/linux-4.1.27/net/bluetooth/hidp/ |
D | sock.c | 229 int kern) in hidp_sock_create() argument
|
/linux-4.1.27/drivers/media/tuners/ |
D | mxl5007t.c | 36 #define mxl_printk(kern, fmt, arg...) \ argument 37 printk(kern "%s: " fmt "\n", __func__, ##arg)
|
/linux-4.1.27/net/bluetooth/ |
D | af_bluetooth.c | 110 int kern) in bt_sock_create() argument 128 err = bt_proto[proto]->create(net, sock, proto, kern); in bt_sock_create()
|
D | l2cap_sock.c | 1560 int kern) in l2cap_sock_create() argument 1572 if (sock->type == SOCK_RAW && !kern && !capable(CAP_NET_RAW)) in l2cap_sock_create()
|
D | sco.c | 491 int kern) in sco_sock_create() argument
|
D | hci_sock.c | 1381 int kern) in hci_sock_create() argument
|
/linux-4.1.27/security/ |
D | security.c | 1169 int security_socket_create(int family, int type, int protocol, int kern) in security_socket_create() argument 1171 return security_ops->socket_create(family, type, protocol, kern); in security_socket_create() 1175 int type, int protocol, int kern) in security_socket_post_create() argument 1178 protocol, kern); in security_socket_post_create()
|
D | capability.c | 610 static int cap_socket_create(int family, int type, int protocol, int kern) in cap_socket_create() argument 616 int protocol, int kern) in cap_socket_post_create() argument
|
/linux-4.1.27/net/ipv6/ |
D | af_inet6.c | 101 int kern) in inet6_create() argument 161 if (sock->type == SOCK_RAW && !kern && in inet6_create()
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | lgdt3305.c | 37 #define lg_printk(kern, fmt, arg...) \ argument 38 printk(kern "%s: " fmt, __func__, ##arg)
|
D | lg2160.c | 33 #define lg_printk(kern, fmt, arg...) \ argument 34 printk(kern "%s: " fmt, __func__, ##arg)
|
/linux-4.1.27/crypto/ |
D | af_alg.c | 359 int kern) in alg_create() argument
|
/linux-4.1.27/net/rds/ |
D | af_rds.c | 436 int kern) in rds_create() argument
|
/linux-4.1.27/net/phonet/ |
D | af_phonet.c | 64 int kern) in pn_socket_create() argument
|
/linux-4.1.27/net/can/ |
D | af_can.c | 137 int kern) in can_create() argument
|
/linux-4.1.27/Documentation/networking/ |
D | batman-adv.txt | 134 mands: dmesg, logread, or looking in the files /var/log/kern.log
|
D | README.sb1000 | 167 6.) I'm getting *tons* of firewall deny messages in the /var/kern.log,
|
D | vortex.txt | 414 kern.* /var/log/messages
|
/linux-4.1.27/net/ipv4/ |
D | af_inet.c | 252 int kern) in inet_create() argument 313 if (sock->type == SOCK_RAW && !kern && in inet_create()
|
/linux-4.1.27/net/ |
D | socket.c | 1098 struct socket **res, int kern) in __sock_create() argument 1127 err = security_socket_create(family, type, protocol, kern); in __sock_create() 1172 err = pf->create(net, sock, protocol, kern); in __sock_create() 1188 err = security_socket_post_create(sock, family, type, protocol, kern); in __sock_create()
|
/linux-4.1.27/net/rxrpc/ |
D | af_rxrpc.c | 615 int kern) in rxrpc_create() argument
|
/linux-4.1.27/Documentation/wimax/ |
D | README.i2400m | 110 /var/log/kern.log) such as:
|
/linux-4.1.27/Documentation/scsi/ |
D | advansys.txt | 112 kern.* /dev/console
|
/linux-4.1.27/drivers/isdn/mISDN/ |
D | socket.c | 782 mISDN_sock_create(struct net *net, struct socket *sock, int proto, int kern) in mISDN_sock_create() argument
|
/linux-4.1.27/net/irda/ |
D | af_irda.c | 62 static int irda_create(struct net *net, struct socket *sock, int protocol, int kern); 1084 int kern) in irda_create() argument
|
/linux-4.1.27/net/bluetooth/rfcomm/ |
D | sock.c | 314 int protocol, int kern) in rfcomm_sock_create() argument
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | kernel.fuc | 139 // $r15 - current (kern)
|
/linux-4.1.27/net/caif/ |
D | caif_socket.c | 1027 int kern) in caif_create() argument
|
/linux-4.1.27/net/ieee802154/ |
D | socket.c | 998 int protocol, int kern) in ieee802154_create() argument
|
/linux-4.1.27/net/llc/ |
D | af_llc.c | 158 int kern) in llc_ui_create() argument
|
/linux-4.1.27/security/selinux/ |
D | hooks.c | 4030 int protocol, int kern) in selinux_socket_create() argument 4037 if (kern) in selinux_socket_create() 4049 int type, int protocol, int kern) in selinux_socket_post_create() argument 4058 if (kern) in selinux_socket_post_create()
|
/linux-4.1.27/security/selinux/ss/ |
D | services.c | 1399 bool kern) in security_compute_sid() argument 1427 if (kern) { in security_compute_sid()
|
/linux-4.1.27/net/netrom/ |
D | af_netrom.c | 425 int kern) in nr_create() argument
|
/linux-4.1.27/net/rose/ |
D | af_rose.c | 512 int kern) in rose_create() argument
|
/linux-4.1.27/net/vmw_vsock/ |
D | af_vsock.c | 1848 int protocol, int kern) in vsock_create() argument
|
/linux-4.1.27/net/x25/ |
D | af_x25.c | 538 int kern) in x25_create() argument
|
/linux-4.1.27/net/appletalk/ |
D | ddp.c | 1018 int kern) in atalk_create() argument
|
/linux-4.1.27/net/ipx/ |
D | af_ipx.c | 1332 int kern) in ipx_create() argument
|
/linux-4.1.27/net/ax25/ |
D | af_ax25.c | 804 int kern) in ax25_create() argument
|
/linux-4.1.27/net/decnet/ |
D | af_decnet.c | 677 int kern) in dn_create() argument
|
/linux-4.1.27/net/unix/ |
D | af_unix.c | 779 int kern) in unix_create() argument
|
/linux-4.1.27/net/iucv/ |
D | af_iucv.c | 584 int kern) in iucv_sock_create() argument
|
/linux-4.1.27/net/tipc/ |
D | socket.c | 313 int protocol, int kern) in tipc_sk_create() argument
|
/linux-4.1.27/security/smack/ |
D | smack_lsm.c | 2486 int type, int protocol, int kern) in smack_socket_post_create() argument
|
/linux-4.1.27/net/netlink/ |
D | af_netlink.c | 1192 int kern) in netlink_create() argument
|
/linux-4.1.27/net/packet/ |
D | af_packet.c | 2827 int kern) in packet_create() argument
|
/linux-4.1.27/net/key/ |
D | af_key.c | 138 int kern) in pfkey_create() argument
|