Home
last modified time | relevance | path

Searched refs:RTM_NEWLINK (Results 1 – 25 of 30) sorted by relevance

12

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/
H A D0007-Mark-deleted-interfaces-as-being-changed.patch33 - 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 D0005-Use-list-for-changed-interfaces.patch80 if (pNLMsg->nlmsg_type == RTM_GETLINK || pNLMsg->nlmsg_type == RTM_NEWLINK)
/openbmc/phosphor-networkd/src/
H A Drtnetlink_server.cpp31 case RTM_NEWLINK: in getIfIdx()
50 case RTM_NEWLINK: in handler()
/openbmc/phosphor-networkd/test/
H A Dtest_netlink.cpp160 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 Dmock_syscall.cpp128 hdr.nlmsg_type = RTM_NEWLINK; in sendmsg_link_dump()
/openbmc/linux/include/uapi/linux/
H A Drtnetlink.h28 RTM_NEWLINK = 16, enumerator
29 #define RTM_NEWLINK RTM_NEWLINK macro
/openbmc/linux/net/bridge/
H A Dbr_stp_if.c95 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 Dbr_stp.c160 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 Dbr_stp_timer.c98 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in br_forward_delay_timer_expired()
H A Dbr_mrp_netlink.c545 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 Dbr_cfm.c321 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 Dbr.c140 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in br_device_event()
H A Dbr_netlink.c495 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 Dbr_sysfs_if.c351 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in brport_store()
H A Dbr_ioctl.c331 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in br_dev_siocdevprivate()
H A Dbr_if.c690 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in br_add_if()
/openbmc/linux/security/selinux/
H A Dnlmsgtab.c29 { RTM_NEWLINK, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxfrm_info.c218 nh->nlmsg_type = RTM_NEWLINK; in setup_xfrmi_external_dev()
/openbmc/inarp/
H A Dinarp.c343 case RTM_NEWLINK: in netlink_nlmsg()
/openbmc/linux/tools/testing/selftests/net/
H A Dtap.c104 req.nh.nlmsg_type = RTM_NEWLINK; in dev_create()
/openbmc/qemu/linux-user/
H A Dfd-trans.c1242 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 Dxsk.c403 req.nh.nlmsg_type = RTM_NEWLINK; in xsk_set_mtu()
/openbmc/linux/net/ipv6/
H A Dndisc.c1601 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 Dwext-core.c425 nlh = nlmsg_put(skb, 0, 0, RTM_NEWLINK, sizeof(*r), 0); in rtnetlink_ifinfo_prep()
/openbmc/linux/drivers/net/wwan/
H A Dwwan_core.c1060 nlh = nlmsg_put(msg, 0, 0, RTM_NEWLINK, 0, 0); in wwan_create_default_link()

12