Home
last modified time | relevance | path

Searched refs:nl_family (Results 1 – 25 of 25) sorted by relevance

/openbmc/phosphor-networkd/src/
H A Dnetlink.cpp87 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 Drtnetlink_server.cpp115 local.nl_family = AF_NETLINK; in makeSock()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dnetlink_helpers.c54 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 Ddiag_uid.c100 .nl_family = AF_NETLINK in send_request()
139 .nl_family = AF_NETLINK in receive_response()
/openbmc/linux/samples/bpf/
H A Dxdp_router_ipv4_user.c273 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 Dprocacct.c113 local.nl_family = AF_NETLINK; in create_nl_socket()
152 nladdr.nl_family = AF_NETLINK; in send_cmd()
H A Dgetdelays.c106 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 Dvsock_diag_test.c167 .nl_family = AF_NETLINK, in send_req()
210 .nl_family = AF_NETLINK, in recv_resp()
/openbmc/linux/tools/testing/selftests/netfilter/
H A Daudit_logread.c65 .nl_family = AF_NETLINK, in audit_send()
/openbmc/linux/tools/include/uapi/linux/
H A Dnetlink.h38 __kernel_sa_family_t nl_family; /* AF_NETLINK */ member
/openbmc/linux/include/uapi/linux/
H A Dnetlink.h38 __kernel_sa_family_t nl_family; /* AF_NETLINK */ member
/openbmc/linux/samples/connector/
H A Ducon.c145 l_local.nl_family = AF_NETLINK; in main()
/openbmc/linux/tools/testing/selftests/connector/
H A Dproc_filter.c96 sa_nl.nl_family = AF_NETLINK; in register_proc_netlink()
/openbmc/linux/tools/testing/selftests/uevent/
H A Duevent_filtering.c106 sk_addr.nl_family = AF_NETLINK; in uevent_listener()
/openbmc/phosphor-networkd/test/
H A Dmock_syscall.cpp65 if (from.nl_family != AF_NETLINK) in validateMsgHdr()
/openbmc/linux/tools/testing/selftests/nci/
H A Dnci_dev.c100 local.nl_family = AF_NETLINK; in create_nl_socket()
146 nladdr.nl_family = AF_NETLINK; in send_cmd_mt_nla()
/openbmc/inarp/
H A Dinarp.c233 addr.nl_family = AF_NETLINK; in init_netlink()
/openbmc/linux/Documentation/driver-api/
H A Dconnector.rst119 l_local.nl_family = AF_NETLINK;
/openbmc/linux/tools/testing/selftests/net/
H A Dudpgso.c360 struct sockaddr_nl nladdr = { .nl_family = AF_NETLINK }; in set_route_mtu()
H A Dipsec.c1331 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 Daf_netlink.c999 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 Dnet.c111 sa.nl_family = AF_NETLINK; in netlink_open()
/openbmc/linux/tools/lib/bpf/
H A Dnetlink.c60 sa.nl_family = AF_NETLINK; in libbpf_netlink_open()
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dpm_nl_ctl.c210 struct sockaddr_nl nladdr = { .nl_family = AF_NETLINK }; in do_nl_req()
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h166 abi_ushort nl_family; /* AF_NETLINK */ member