/linux-6.3-rc2/include/uapi/linux/ |
A D | rtnetlink.h | 28 RTM_NEWLINK = 16, enumerator 29 #define RTM_NEWLINK RTM_NEWLINK macro
|
/linux-6.3-rc2/net/bridge/ |
A D | br_stp_if.c | 95 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in br_stp_enable_port() 110 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in br_stp_disable_port()
|
A D | br_stp.c | 160 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in br_root_port_block() 440 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in br_make_blocking() 463 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in br_make_forwarding()
|
A D | br_stp_timer.c | 98 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in br_forward_delay_timer_expired()
|
A D | br_mrp_netlink.c | 545 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in br_mrp_ring_port_open() 567 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in br_mrp_in_port_open()
|
A D | br_cfm.c | 321 br_cfm_notify(RTM_NEWLINK, b_port); in ccm_rx_work_expired() 449 br_cfm_notify(RTM_NEWLINK, port); in br_cfm_frame_rx()
|
A D | br.c | 140 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in br_device_event()
|
A D | br_ioctl.c | 331 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in br_dev_siocdevprivate()
|
A D | br_sysfs_if.c | 351 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in brport_store()
|
A D | br_netlink.c | 486 if (event == RTM_NEWLINK && port) { in br_fill_ifinfo() 679 return br_fill_ifinfo(skb, port, pid, seq, RTM_NEWLINK, nlflags, in br_getlink() 1119 br_ifinfo_notify(RTM_NEWLINK, br, p); in br_setlink() 1147 br_ifinfo_notify(RTM_NEWLINK, br, p); in br_dellink()
|
A D | br_if.c | 689 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in br_add_if()
|
/linux-6.3-rc2/security/selinux/ |
A D | nlmsgtab.c | 29 { RTM_NEWLINK, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
|
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/ |
A D | xfrm_info.c | 233 nh->nlmsg_type = RTM_NEWLINK; in setup_xfrmi_external_dev()
|
/linux-6.3-rc2/tools/testing/selftests/net/ |
A D | tap.c | 104 req.nh.nlmsg_type = RTM_NEWLINK; in dev_create()
|
A D | ipsec.c | 321 req.nh.nlmsg_type = RTM_NEWLINK; in veth_add() 409 req.nh.nlmsg_type = RTM_NEWLINK; in link_set_up()
|
/linux-6.3-rc2/net/wireless/ |
A D | wext-core.c | 424 nlh = nlmsg_put(skb, 0, 0, RTM_NEWLINK, sizeof(*r), 0); in rtnetlink_ifinfo_prep()
|
/linux-6.3-rc2/net/ipv6/ |
A D | ndisc.c | 1591 inet6_ifinfo_notify(RTM_NEWLINK, in6_dev); in ndisc_router_discovery() 1964 inet6_ifinfo_notify(RTM_NEWLINK, idev); in ndisc_ifinfo_sysctl_change()
|
A D | addrconf.c | 3662 inet6_ifinfo_notify(RTM_NEWLINK, idev); in addrconf_notify() 5831 inet6_ifinfo_notify(RTM_NEWLINK, idev); in inet6_set_iftoken() 6032 RTM_NEWLINK, NLM_F_MULTI) < 0) in inet6_dump_ifinfo()
|
/linux-6.3-rc2/net/core/ |
A D | rtnetlink.c | 2233 RTM_NEWLINK, in rtnl_dump_ifinfo() 3773 RTM_NEWLINK, NETLINK_CB(skb).portid, in rtnl_getlink() 4825 nlh = nlmsg_put(skb, pid, seq, RTM_NEWLINK, sizeof(*ifm), nlflags); in ndo_dflt_bridge_getlink() 6225 rtmsg_ifinfo_event(RTM_NEWLINK, dev, 0, rtnl_get_event(event), in rtnetlink_event() 6278 rtnl_register(PF_UNSPEC, RTM_NEWLINK, rtnl_newlink, NULL, 0); in rtnetlink_init()
|
A D | dev.c | 1321 rtmsg_ifinfo(RTM_NEWLINK, dev, 0, GFP_KERNEL, 0, NULL); in netdev_state_change() 1457 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP | IFF_RUNNING, GFP_KERNEL, 0, NULL); in dev_open() 1529 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP | IFF_RUNNING, GFP_KERNEL, 0, NULL); in dev_close_many() 8562 rtmsg_ifinfo(RTM_NEWLINK, dev, gchanges, GFP_ATOMIC, portid, nlh); in __dev_notify_flags() 10093 rtmsg_ifinfo(RTM_NEWLINK, dev, ~0U, GFP_KERNEL, 0, NULL); in register_netdevice() 11056 rtmsg_ifinfo(RTM_NEWLINK, dev, ~0U, GFP_KERNEL, 0, NULL); in __dev_change_net_namespace()
|
/linux-6.3-rc2/drivers/net/wwan/ |
A D | wwan_core.c | 1027 nlh = nlmsg_put(msg, 0, 0, RTM_NEWLINK, 0, 0); in wwan_create_default_link()
|
/linux-6.3-rc2/net/ipv4/ |
A D | ipmr.c | 2840 cb->nlh->nlmsg_seq, RTM_NEWLINK, in ipmr_rtm_dumplink()
|