Home
last modified time | relevance | path

Searched defs:rtnl (Results 1 – 8 of 8) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Dnetlink_helpers.c148 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 Dstats.py21 rtnl = RtnlFamily() variable
/linux/tools/testing/selftests/net/
H A Dtap.c87 int ret, rtnl; in dev_create() local
144 int ret, rtnl; in dev_delete() local
/linux/include/linux/
H A Drtnetlink.h223 struct sock *rtnl = net->rtnl; in rtnl_has_listeners() local
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_lib.c979 static void idpf_vport_stop(struct idpf_vport *vport, bool rtnl) in idpf_vport_stop()
1492 static int idpf_vport_open(struct idpf_vport *vport, bool rtnl) in idpf_vport_open()
/linux/net/core/
H A Drtnetlink.c946 struct sock *rtnl = net->rtnl; in rtnetlink_send() local
953 struct sock *rtnl = net->rtnl; in rtnl_unicast() local
962 struct sock *rtnl = net->rtnl; in rtnl_notify() local
970 struct sock *rtnl in rtnl_set_sk_err() local
6927 struct sock *rtnl; rtnetlink_rcv_msg() local
[all...]
/linux/include/net/
H A Dnet_namespace.h110 struct sock *rtnl; /* rtnetlink socket */ member
/linux/net/ieee802154/
H A Dnl802154.c2696 bool rtnl = ops->internal_flags & NL802154_FLAG_NEED_RTNL; in nl802154_pre_doit() local