/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | rtnetlink.h | 28 RTM_NEWLINK = 16, enumerator 29 #define RTM_NEWLINK RTM_NEWLINK macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | rtnetlink.h | 28 RTM_NEWLINK = 16, enumerator 29 #define RTM_NEWLINK RTM_NEWLINK macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | rtnetlink.h | 32 RTM_NEWLINK = 16, enumerator 33 #define RTM_NEWLINK RTM_NEWLINK macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | rtnetlink.h | 19 RTM_NEWLINK = 16, enumerator 20 #define RTM_NEWLINK RTM_NEWLINK macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | rtnetlink.h | 32 RTM_NEWLINK = 16, enumerator 33 #define RTM_NEWLINK RTM_NEWLINK macro
|
/kernel/linux/linux-5.10/net/bridge/ |
H 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()
|
H A D | br_stp.c | 140 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in br_root_port_block() 420 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in br_make_blocking() 443 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in br_make_forwarding()
|
H A D | br_stp_timer.c | 98 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in br_forward_delay_timer_expired()
|
H 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()
|
H A D | br.c | 140 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in br_device_event()
|
H A D | br_ioctl.c | 291 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in old_dev_ioctl()
|
H A D | br_netlink.c | 419 if (event == RTM_NEWLINK && port) { in br_fill_ifinfo() 545 return br_fill_ifinfo(skb, port, pid, seq, RTM_NEWLINK, nlflags, in br_getlink() 960 br_ifinfo_notify(RTM_NEWLINK, br, p); in br_setlink() 985 /* Send RTM_NEWLINK because userspace in br_dellink() 986 * expects RTM_NEWLINK for vlan dels in br_dellink() 988 br_ifinfo_notify(RTM_NEWLINK, br, p); in br_dellink()
|
H A D | br_sysfs_if.c | 344 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in brport_store()
|
/kernel/linux/linux-6.6/net/bridge/ |
H 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()
|
H 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()
|
H A D | br_stp_timer.c | 98 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in br_forward_delay_timer_expired()
|
H 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()
|
H 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()
|
H A D | br.c | 140 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in br_device_event()
|
H A D | br_netlink.c | 494 if (event == RTM_NEWLINK && port) { in br_fill_ifinfo() 687 return br_fill_ifinfo(skb, port, pid, seq, RTM_NEWLINK, nlflags, in br_getlink() 1137 br_ifinfo_notify(RTM_NEWLINK, br, p); in br_setlink() 1162 /* Send RTM_NEWLINK because userspace in br_dellink() 1163 * expects RTM_NEWLINK for vlan dels in br_dellink() 1165 br_ifinfo_notify(RTM_NEWLINK, br, p); in br_dellink()
|
H A D | br_ioctl.c | 331 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in br_dev_siocdevprivate()
|
/kernel/linux/linux-5.10/security/selinux/ |
H A D | nlmsgtab.c | 30 { RTM_NEWLINK, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
|
/kernel/linux/linux-6.6/security/selinux/ |
H A D | nlmsgtab.c | 29 { RTM_NEWLINK, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | xfrm_info.c | 218 nh->nlmsg_type = RTM_NEWLINK; in setup_xfrmi_external_dev()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | tap.c | 104 req.nh.nlmsg_type = RTM_NEWLINK; in dev_create()
|