Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Drtnetlink.h28 RTM_NEWLINK = 16, enumerator
29 #define RTM_NEWLINK RTM_NEWLINK macro
/Linux-v4.19/net/bridge/
Dbr_stp_if.c99 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in br_stp_enable_port()
114 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in br_stp_disable_port()
Dbr_stp.c126 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in br_root_port_block()
406 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in br_make_blocking()
429 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in br_make_forwarding()
Dbr_stp_timer.c102 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in br_forward_delay_timer_expired()
Dbr.c119 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in br_device_event()
Dbr_netlink.c415 if (event == RTM_NEWLINK && port) { in br_fill_ifinfo()
523 return br_fill_ifinfo(skb, port, pid, seq, RTM_NEWLINK, nlflags, in br_getlink()
903 br_ifinfo_notify(RTM_NEWLINK, br, p); in br_setlink()
931 br_ifinfo_notify(RTM_NEWLINK, br, p); in br_dellink()
Dbr_ioctl.c296 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in old_dev_ioctl()
Dbr_sysfs_if.c348 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in brport_store()
Dbr_if.c668 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in br_add_if()
/Linux-v4.19/security/selinux/
Dnlmsgtab.c33 { RTM_NEWLINK, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
/Linux-v4.19/net/core/
Drtnetlink.c1927 RTM_NEWLINK, in rtnl_dump_ifinfo()
3212 RTM_NEWLINK, NETLINK_CB(skb).portid, in rtnl_getlink()
3873 nlh = nlmsg_put(skb, pid, seq, RTM_NEWLINK, sizeof(*ifm), nlflags); in ndo_dflt_bridge_getlink()
4781 rtmsg_ifinfo_event(RTM_NEWLINK, dev, 0, rtnl_get_event(event), in rtnetlink_event()
4834 rtnl_register(PF_UNSPEC, RTM_NEWLINK, rtnl_newlink, NULL, 0); in rtnetlink_init()
Ddev.c1340 rtmsg_ifinfo(RTM_NEWLINK, dev, 0, GFP_KERNEL); in netdev_state_change()
1430 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP|IFF_RUNNING, GFP_KERNEL); in dev_open()
1502 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP|IFF_RUNNING, GFP_KERNEL); in dev_close_many()
7503 rtmsg_ifinfo(RTM_NEWLINK, dev, gchanges, GFP_ATOMIC); in __dev_notify_flags()
8544 rtmsg_ifinfo(RTM_NEWLINK, dev, ~0U, GFP_KERNEL); in register_netdevice()
9222 rtmsg_ifinfo(RTM_NEWLINK, dev, ~0U, GFP_KERNEL); in dev_change_net_namespace()
/Linux-v4.19/net/ipv6/
Dndisc.c1378 inet6_ifinfo_notify(RTM_NEWLINK, in6_dev); in ndisc_router_discovery()
1852 inet6_ifinfo_notify(RTM_NEWLINK, idev); in ndisc_ifinfo_sysctl_change()
Daddrconf.c3557 inet6_ifinfo_notify(RTM_NEWLINK, idev); in addrconf_notify()
5413 inet6_ifinfo_notify(RTM_NEWLINK, idev); in inet6_set_iftoken()
5557 RTM_NEWLINK, NLM_F_MULTI) < 0) in inet6_dump_ifinfo()
/Linux-v4.19/net/wireless/
Dwext-core.c424 nlh = nlmsg_put(skb, 0, 0, RTM_NEWLINK, sizeof(*r), 0); in rtnetlink_ifinfo_prep()
/Linux-v4.19/net/ipv4/
Dipmr.c2732 cb->nlh->nlmsg_seq, RTM_NEWLINK, in ipmr_rtm_dumplink()