/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/ |
H A D | 0007-Mark-deleted-interfaces-as-being-changed.patch | 33 - if (pNLMsg->nlmsg_type == RTM_GETLINK || pNLMsg->nlmsg_type == RTM_NEWLINK) 34 + if (pNLMsg->nlmsg_type == RTM_DELLINK || pNLMsg->nlmsg_type == RTM_NEWLINK)
|
H A D | 0005-Use-list-for-changed-interfaces.patch | 80 if (pNLMsg->nlmsg_type == RTM_GETLINK || pNLMsg->nlmsg_type == RTM_NEWLINK)
|
/openbmc/phosphor-networkd/src/ |
H A D | rtnetlink_server.cpp | 31 case RTM_NEWLINK: in getIfIdx() 50 case RTM_NEWLINK: in handler()
|
/openbmc/phosphor-networkd/test/ |
H A D | test_netlink.cpp | 160 hdr.nlmsg_type = RTM_NEWLINK; in TEST() 185 hdr.nlmsg_type = RTM_NEWLINK; in TEST() 210 hdr.nlmsg_type = RTM_NEWLINK; in TEST()
|
H A D | mock_syscall.cpp | 128 hdr.nlmsg_type = RTM_NEWLINK; in sendmsg_link_dump()
|
/openbmc/linux/include/uapi/linux/ |
H A D | rtnetlink.h | 28 RTM_NEWLINK = 16, enumerator 29 #define RTM_NEWLINK RTM_NEWLINK macro
|
/openbmc/linux/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 | 495 if (event == RTM_NEWLINK && port) { in br_fill_ifinfo() 688 return br_fill_ifinfo(skb, port, pid, seq, RTM_NEWLINK, nlflags, in br_getlink() 1138 br_ifinfo_notify(RTM_NEWLINK, br, p); in br_setlink() 1166 br_ifinfo_notify(RTM_NEWLINK, br, p); in br_dellink()
|
H A D | br_sysfs_if.c | 351 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in brport_store()
|
H A D | br_ioctl.c | 331 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in br_dev_siocdevprivate()
|
H A D | br_if.c | 690 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in br_add_if()
|
/openbmc/linux/security/selinux/ |
H A D | nlmsgtab.c | 29 { RTM_NEWLINK, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | xfrm_info.c | 218 nh->nlmsg_type = RTM_NEWLINK; in setup_xfrmi_external_dev()
|
/openbmc/inarp/ |
H A D | inarp.c | 343 case RTM_NEWLINK: in netlink_nlmsg()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | tap.c | 104 req.nh.nlmsg_type = RTM_NEWLINK; in dev_create()
|
/openbmc/qemu/linux-user/ |
H A D | fd-trans.c | 1242 case RTM_NEWLINK: in host_to_target_data_route() 1464 case RTM_NEWLINK: in target_to_host_data_route()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | xsk.c | 403 req.nh.nlmsg_type = RTM_NEWLINK; in xsk_set_mtu()
|
/openbmc/linux/net/ipv6/ |
H A D | ndisc.c | 1601 inet6_ifinfo_notify(RTM_NEWLINK, in6_dev); in ndisc_router_discovery() 1976 inet6_ifinfo_notify(RTM_NEWLINK, idev); in ndisc_ifinfo_sysctl_change()
|
/openbmc/linux/net/wireless/ |
H A D | wext-core.c | 425 nlh = nlmsg_put(skb, 0, 0, RTM_NEWLINK, sizeof(*r), 0); in rtnetlink_ifinfo_prep()
|
/openbmc/linux/drivers/net/wwan/ |
H A D | wwan_core.c | 1060 nlh = nlmsg_put(msg, 0, 0, RTM_NEWLINK, 0, 0); in wwan_create_default_link()
|