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
676
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
1138
br_ifinfo_notify(RTM_NEWLINK, br, p);
net/bridge/br_netlink.c
1166
br_ifinfo_notify(RTM_NEWLINK, br, p);
net/bridge/br_netlink.c
495
if (event == RTM_NEWLINK && port) {
net/bridge/br_netlink.c
688
return br_fill_ifinfo(skb, port, pid, seq, RTM_NEWLINK, nlflags,
net/bridge/br_stp.c
160
br_ifinfo_notify(RTM_NEWLINK, NULL, p);
net/bridge/br_stp.c
440
br_ifinfo_notify(RTM_NEWLINK, NULL, p);
net/bridge/br_stp.c
463
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
351
br_ifinfo_notify(RTM_NEWLINK, NULL, p);
net/core/dev.c
11493
rtmsg_ifinfo(RTM_NEWLINK, dev, ~0U, GFP_KERNEL, 0, NULL);
net/core/dev.c
12692
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
1803
rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP | IFF_RUNNING, GFP_KERNEL, 0, NULL);
net/core/dev.c
9816
rtmsg_ifinfo(RTM_NEWLINK, dev, gchanges, GFP_ATOMIC, portid, nlh);
net/core/rtnetlink.c
2536
err = rtnl_fill_ifinfo(skb, dev, net, RTM_NEWLINK,
net/core/rtnetlink.c
4213
RTM_NEWLINK, NETLINK_CB(skb).portid,
net/core/rtnetlink.c
5255
nlh = nlmsg_put(skb, pid, seq, RTM_NEWLINK, sizeof(*ifm), nlflags);
net/core/rtnetlink.c
7040
rtmsg_ifinfo_event(RTM_NEWLINK, dev, 0, rtnl_get_event(event),
net/core/rtnetlink.c
7083
{.msgtype = RTM_NEWLINK, .doit = rtnl_newlink,
net/ipv4/ipmr.c
3003
cb->nlh->nlmsg_seq, RTM_NEWLINK,
net/ipv6/addrconf.c
3764
inet6_ifinfo_notify(RTM_NEWLINK, idev);
net/ipv6/addrconf.c
5970
inet6_ifinfo_notify(RTM_NEWLINK, idev);
net/ipv6/addrconf.c
6168
RTM_NEWLINK, NLM_F_MULTI);
net/ipv6/ndisc.c
1593
inet6_ifinfo_notify(RTM_NEWLINK, in6_dev);
net/ipv6/ndisc.c
1958
inet6_ifinfo_notify(RTM_NEWLINK, idev);
net/wireless/wext-core.c
425
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/samples/rt-link.c
101
if (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
326
req.nh.nlmsg_type = RTM_NEWLINK;
tools/testing/selftests/net/ipsec.c
414
req.nh.nlmsg_type = RTM_NEWLINK;
tools/testing/selftests/net/ovpn/ovpn-cli.c
1366
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;