Symbol: RTM_NEWLINK
drivers/net/wwan/wwan_core.c
1253
nlh = nlmsg_put(msg, 0, 0, RTM_NEWLINK, 0, 0);
net/bridge/br.c
152
br_ifinfo_notify(RTM_NEWLINK, NULL, p);
net/bridge/br_cfm.c
321
br_cfm_notify(RTM_NEWLINK, b_port);
net/bridge/br_cfm.c
449
br_cfm_notify(RTM_NEWLINK, port);
net/bridge/br_if.c
682
br_ifinfo_notify(RTM_NEWLINK, NULL, p);
net/bridge/br_ioctl.c
331
br_ifinfo_notify(RTM_NEWLINK, NULL, p);
net/bridge/br_mrp_netlink.c
545
br_ifinfo_notify(RTM_NEWLINK, NULL, p);
net/bridge/br_mrp_netlink.c
567
br_ifinfo_notify(RTM_NEWLINK, NULL, p);
net/bridge/br_netlink.c
1162
br_ifinfo_notify(RTM_NEWLINK, br, p);
net/bridge/br_netlink.c
1190
br_ifinfo_notify(RTM_NEWLINK, br, p);
net/bridge/br_netlink.c
501
if (event == RTM_NEWLINK && port) {
net/bridge/br_netlink.c
694
return br_fill_ifinfo(skb, port, pid, seq, RTM_NEWLINK, nlflags,
net/bridge/br_stp.c
166
br_ifinfo_notify(RTM_NEWLINK, NULL, p);
net/bridge/br_stp.c
452
br_ifinfo_notify(RTM_NEWLINK, NULL, p);
net/bridge/br_stp.c
475
br_ifinfo_notify(RTM_NEWLINK, NULL, p);
net/bridge/br_stp_if.c
110
br_ifinfo_notify(RTM_NEWLINK, NULL, p);
net/bridge/br_stp_if.c
95
br_ifinfo_notify(RTM_NEWLINK, NULL, p);
net/bridge/br_stp_timer.c
100
br_ifinfo_notify(RTM_NEWLINK, NULL, p);
net/bridge/br_sysfs_if.c
369
br_ifinfo_notify(RTM_NEWLINK, NULL, p);
net/core/dev.c
11498
rtmsg_ifinfo(RTM_NEWLINK, dev, ~0U, GFP_KERNEL, 0, NULL);
net/core/dev.c
12705
rtmsg_ifinfo(RTM_NEWLINK, dev, ~0U, GFP_KERNEL, 0, NULL);
net/core/dev.c
1605
rtmsg_ifinfo(RTM_NEWLINK, dev, 0, GFP_KERNEL, 0, NULL);
net/core/dev.c
1729
rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP | IFF_RUNNING, GFP_KERNEL, 0, NULL);
net/core/dev.c
1805
rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP | IFF_RUNNING, GFP_KERNEL, 0, NULL);
net/core/dev.c
9795
rtmsg_ifinfo(RTM_NEWLINK, dev, gchanges, GFP_ATOMIC, portid, nlh);
net/core/rtnetlink.c
2569
err = rtnl_fill_ifinfo(skb, dev, net, RTM_NEWLINK,
net/core/rtnetlink.c
4294
RTM_NEWLINK, NETLINK_CB(skb).portid,
net/core/rtnetlink.c
5350
nlh = nlmsg_put(skb, pid, seq, RTM_NEWLINK, sizeof(*ifm), nlflags);
net/core/rtnetlink.c
7136
rtmsg_ifinfo_event(RTM_NEWLINK, dev, 0, rtnl_get_event(event),
net/core/rtnetlink.c
7179
{.msgtype = RTM_NEWLINK, .doit = rtnl_newlink,
net/ipv4/ipmr.c
3074
cb->nlh->nlmsg_seq, RTM_NEWLINK,
net/ipv6/addrconf.c
3795
inet6_ifinfo_notify(RTM_NEWLINK, idev);
net/ipv6/addrconf.c
6001
inet6_ifinfo_notify(RTM_NEWLINK, idev);
net/ipv6/addrconf.c
6199
RTM_NEWLINK, NLM_F_MULTI);
net/ipv6/ndisc.c
1592
inet6_ifinfo_notify(RTM_NEWLINK, in6_dev);
net/ipv6/ndisc.c
1959
inet6_ifinfo_notify(RTM_NEWLINK, idev);
net/wireless/wext-core.c
424
nlh = nlmsg_put(skb, 0, 0, RTM_NEWLINK, sizeof(*r), 0);
security/selinux/nlmsgtab.c
29
{ RTM_NEWLINK, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
tools/net/ynl/tests/netdev.c
86
if (!ntf || ntf->cmd != RTM_NEWLINK) {
tools/net/ynl/tests/rt-link.c
82
if (!ntf || ntf->cmd != RTM_NEWLINK) {
tools/testing/selftests/bpf/prog_tests/tc_netkit.c
59
req.n.nlmsg_type = RTM_NEWLINK;
tools/testing/selftests/bpf/prog_tests/tc_redirect.c
183
req.n.nlmsg_type = RTM_NEWLINK;
tools/testing/selftests/bpf/prog_tests/xfrm_info.c
218
nh->nlmsg_type = RTM_NEWLINK;
tools/testing/selftests/bpf/xsk.c
406
req.nh.nlmsg_type = RTM_NEWLINK;
tools/testing/selftests/net/ipsec.c
323
req.nh.nlmsg_type = RTM_NEWLINK;
tools/testing/selftests/net/ipsec.c
411
req.nh.nlmsg_type = RTM_NEWLINK;
tools/testing/selftests/net/ovpn/ovpn-cli.c
1385
req.n.nlmsg_type = RTM_NEWLINK;
tools/testing/selftests/net/tap.c
98
req.nh.nlmsg_type = RTM_NEWLINK;
tools/testing/selftests/net/tcp_ao/lib/netlink.c
148
req.nh.nlmsg_type = RTM_NEWLINK;
tools/testing/selftests/net/tcp_ao/lib/netlink.c
318
req.nh.nlmsg_type = RTM_NEWLINK;
tools/testing/selftests/net/tcp_ao/lib/netlink.c
362
req.nh.nlmsg_type = RTM_NEWLINK;