Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/
Drtnetlink.h28 RTM_NEWLINK = 16, enumerator
29 #define RTM_NEWLINK RTM_NEWLINK macro
/linux-5.19.10/net/bridge/
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()
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()
Dbr_stp_timer.c98 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in br_forward_delay_timer_expired()
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()
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()
Dbr.c140 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in br_device_event()
Dbr_netlink.c478 if (event == RTM_NEWLINK && port) { in br_fill_ifinfo()
671 return br_fill_ifinfo(skb, port, pid, seq, RTM_NEWLINK, nlflags, in br_getlink()
1083 br_ifinfo_notify(RTM_NEWLINK, br, p); in br_setlink()
1111 br_ifinfo_notify(RTM_NEWLINK, br, p); in br_dellink()
Dbr_ioctl.c331 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in br_dev_siocdevprivate()
Dbr_sysfs_if.c351 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in brport_store()
Dbr_if.c700 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in br_add_if()
/linux-5.19.10/security/selinux/
Dnlmsgtab.c29 { RTM_NEWLINK, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
/linux-5.19.10/net/ipv6/
Dndisc.c1573 inet6_ifinfo_notify(RTM_NEWLINK, in6_dev); in ndisc_router_discovery()
1942 inet6_ifinfo_notify(RTM_NEWLINK, idev); in ndisc_ifinfo_sysctl_change()
Daddrconf.c3657 inet6_ifinfo_notify(RTM_NEWLINK, idev); in addrconf_notify()
5822 inet6_ifinfo_notify(RTM_NEWLINK, idev); in inet6_set_iftoken()
6023 RTM_NEWLINK, NLM_F_MULTI) < 0) in inet6_dump_ifinfo()
/linux-5.19.10/net/wireless/
Dwext-core.c424 nlh = nlmsg_put(skb, 0, 0, RTM_NEWLINK, sizeof(*r), 0); in rtnetlink_ifinfo_prep()
/linux-5.19.10/net/core/
Drtnetlink.c2187 RTM_NEWLINK, in rtnl_dump_ifinfo()
3696 RTM_NEWLINK, NETLINK_CB(skb).portid, in rtnl_getlink()
4741 nlh = nlmsg_put(skb, pid, seq, RTM_NEWLINK, sizeof(*ifm), nlflags); in ndo_dflt_bridge_getlink()
6141 rtmsg_ifinfo_event(RTM_NEWLINK, dev, 0, rtnl_get_event(event), in rtnetlink_event()
6194 rtnl_register(PF_UNSPEC, RTM_NEWLINK, rtnl_newlink, NULL, 0); in rtnetlink_init()
Ddev.c1336 rtmsg_ifinfo(RTM_NEWLINK, dev, 0, GFP_KERNEL); in netdev_state_change()
1472 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP|IFF_RUNNING, GFP_KERNEL); in dev_open()
1544 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP|IFF_RUNNING, GFP_KERNEL); in dev_close_many()
8572 rtmsg_ifinfo(RTM_NEWLINK, dev, gchanges, GFP_ATOMIC); in __dev_notify_flags()
10099 rtmsg_ifinfo(RTM_NEWLINK, dev, ~0U, GFP_KERNEL); in register_netdevice()
11042 rtmsg_ifinfo(RTM_NEWLINK, dev, ~0U, GFP_KERNEL); in __dev_change_net_namespace()
/linux-5.19.10/drivers/net/wwan/
Dwwan_core.c1022 nlh = nlmsg_put(msg, 0, 0, RTM_NEWLINK, 0, 0); in wwan_create_default_link()
/linux-5.19.10/tools/testing/selftests/net/
Dipsec.c282 req.nh.nlmsg_type = RTM_NEWLINK; in veth_add()
370 req.nh.nlmsg_type = RTM_NEWLINK; in link_set_up()
/linux-5.19.10/net/ipv4/
Dipmr.c2830 cb->nlh->nlmsg_seq, RTM_NEWLINK, in ipmr_rtm_dumplink()