/openbmc/phosphor-networkd/src/ |
H A D | netlink.cpp | 87 dst.nl_family = AF_NETLINK; in requestSend() 114 local.nl_family = AF_NETLINK; in makeSocket() 140 from.nl_family = AF_NETLINK; in receive()
|
H A D | rtnetlink_server.cpp | 115 local.nl_family = AF_NETLINK; in makeSock()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | netlink_helpers.c | 54 rth->local.nl_family = AF_NETLINK; in rtnl_open_byproto() 72 if (rth->local.nl_family != AF_NETLINK) { in rtnl_open_byproto() 74 rth->local.nl_family); in rtnl_open_byproto() 152 struct sockaddr_nl nladdr = { .nl_family = AF_NETLINK }; in __rtnl_talk_iov()
|
/openbmc/linux/tools/testing/selftests/net/af_unix/ |
H A D | diag_uid.c | 100 .nl_family = AF_NETLINK in send_request() 139 .nl_family = AF_NETLINK in receive_response()
|
/openbmc/linux/samples/bpf/ |
H A D | xdp_router_ipv4_user.c | 273 sa.nl_family = AF_NETLINK; in get_route_table() 409 sa.nl_family = AF_NETLINK; in get_arp_table() 466 lr.nl_family = AF_NETLINK; in monitor_routes_thread() 486 la.nl_family = AF_NETLINK; in monitor_routes_thread()
|
/openbmc/linux/tools/accounting/ |
H A D | procacct.c | 113 local.nl_family = AF_NETLINK; in create_nl_socket() 152 nladdr.nl_family = AF_NETLINK; in send_cmd()
|
H A D | getdelays.c | 106 local.nl_family = AF_NETLINK; in create_nl_socket() 145 nladdr.nl_family = AF_NETLINK; in send_cmd()
|
/openbmc/linux/tools/testing/vsock/ |
H A D | vsock_diag_test.c | 167 .nl_family = AF_NETLINK, in send_req() 210 .nl_family = AF_NETLINK, in recv_resp()
|
/openbmc/linux/tools/testing/selftests/netfilter/ |
H A D | audit_logread.c | 65 .nl_family = AF_NETLINK, in audit_send()
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | netlink.h | 38 __kernel_sa_family_t nl_family; /* AF_NETLINK */ member
|
/openbmc/linux/include/uapi/linux/ |
H A D | netlink.h | 38 __kernel_sa_family_t nl_family; /* AF_NETLINK */ member
|
/openbmc/linux/samples/connector/ |
H A D | ucon.c | 145 l_local.nl_family = AF_NETLINK; in main()
|
/openbmc/linux/tools/testing/selftests/connector/ |
H A D | proc_filter.c | 96 sa_nl.nl_family = AF_NETLINK; in register_proc_netlink()
|
/openbmc/linux/tools/testing/selftests/uevent/ |
H A D | uevent_filtering.c | 106 sk_addr.nl_family = AF_NETLINK; in uevent_listener()
|
/openbmc/phosphor-networkd/test/ |
H A D | mock_syscall.cpp | 65 if (from.nl_family != AF_NETLINK) in validateMsgHdr()
|
/openbmc/linux/tools/testing/selftests/nci/ |
H A D | nci_dev.c | 100 local.nl_family = AF_NETLINK; in create_nl_socket() 146 nladdr.nl_family = AF_NETLINK; in send_cmd_mt_nla()
|
/openbmc/inarp/ |
H A D | inarp.c | 233 addr.nl_family = AF_NETLINK; in init_netlink()
|
/openbmc/linux/Documentation/driver-api/ |
H A D | connector.rst | 119 l_local.nl_family = AF_NETLINK;
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | udpgso.c | 360 struct sockaddr_nl nladdr = { .nl_family = AF_NETLINK }; in set_route_mtu()
|
H A D | ipsec.c | 1331 snl.nl_family = AF_NETLINK; in netlink_sock_bind() 1353 if (snl.nl_family != AF_NETLINK) { in netlink_sock_bind() 1354 printk("Wrong address family %d", snl.nl_family); in netlink_sock_bind()
|
/openbmc/linux/net/netlink/ |
H A D | af_netlink.c | 999 if (nladdr->nl_family != AF_NETLINK) in netlink_bind() 1127 nladdr->nl_family = AF_NETLINK; in netlink_getname() 1837 if (addr->nl_family != AF_NETLINK) in netlink_sendmsg() 1952 addr->nl_family = AF_NETLINK; in netlink_recvmsg()
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | net.c | 111 sa.nl_family = AF_NETLINK; in netlink_open()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | netlink.c | 60 sa.nl_family = AF_NETLINK; in libbpf_netlink_open()
|
/openbmc/linux/tools/testing/selftests/net/mptcp/ |
H A D | pm_nl_ctl.c | 210 struct sockaddr_nl nladdr = { .nl_family = AF_NETLINK }; in do_nl_req()
|
/openbmc/qemu/linux-user/ |
H A D | syscall_defs.h | 166 abi_ushort nl_family; /* AF_NETLINK */ member
|