Searched defs:rtnl (Results 1 – 8 of 8) sorted by relevance
/linux/tools/testing/selftests/bpf/ |
H A D | netlink_helpers.c | 148 static int __rtnl_talk_iov(struct rtnl_handle *rtnl, struct iovec *iov, in __rtnl_talk_iov() 264 static int __rtnl_talk(struct rtnl_handle *rtnl, struct nlmsghdr *n, in __rtnl_talk() 276 int rtnl_talk(struct rtnl_handle *rtnl, struct nlmsghdr *n, in rtnl_talk()
|
/linux/tools/testing/selftests/drivers/net/ |
H A D | stats.py | 21 rtnl = RtnlFamily() variable
|
/linux/tools/testing/selftests/net/ |
H A D | tap.c | 93 int ret, rtnl; in dev_create() local 150 int ret, rtnl; in dev_delete() local
|
H A D | tun.c | 75 int ret, rtnl; in tun_delete() local
|
/linux/include/linux/ |
H A D | rtnetlink.h | 223 struct sock *rtnl = net->rtnl; in rtnl_has_listeners() local
|
/linux/drivers/net/ethernet/intel/idpf/ |
H A D | idpf_lib.c | 893 static void idpf_vport_stop(struct idpf_vport *vport, bool rtnl) in idpf_vport_stop() 1387 static int idpf_vport_open(struct idpf_vport *vport, bool rtnl) in idpf_vport_open()
|
/linux/net/core/ |
H A D | rtnetlink.c | 940 struct sock *rtnl = net->rtnl; in rtnetlink_send() local 947 struct sock *rtnl = net->rtnl; in rtnl_unicast() local 956 struct sock *rtnl = net->rtnl; in rtnl_notify() local 964 struct sock *rtnl in rtnl_set_sk_err() local 6878 struct sock *rtnl; rtnetlink_rcv_msg() local [all...] |
/linux/include/net/ |
H A D | net_namespace.h | 109 struct sock *rtnl; /* rtnetlink socket */ member
|