Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Drtnetlink.h28 RTM_NEWLINK = 16, enumerator
29 #define RTM_NEWLINK RTM_NEWLINK macro
/linux/net/bridge/
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()
A Dbr_stp.c154 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in br_root_port_block()
434 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in br_make_blocking()
457 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in br_make_forwarding()
A Dbr_stp_timer.c98 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in br_forward_delay_timer_expired()
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()
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()
A Dbr.c140 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in br_device_event()
A Dbr_netlink.c473 if (event == RTM_NEWLINK && port) { in br_fill_ifinfo()
640 return br_fill_ifinfo(skb, port, pid, seq, RTM_NEWLINK, nlflags, in br_getlink()
1033 br_ifinfo_notify(RTM_NEWLINK, br, p); in br_setlink()
1061 br_ifinfo_notify(RTM_NEWLINK, br, p); in br_dellink()
A Dbr_ioctl.c308 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in br_dev_siocdevprivate()
A Dbr_sysfs_if.c351 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in brport_store()
A Dbr_if.c699 br_ifinfo_notify(RTM_NEWLINK, NULL, p); in br_add_if()
/linux/security/selinux/
A Dnlmsgtab.c30 { RTM_NEWLINK, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
/linux/net/ipv6/
A Dndisc.c1525 inet6_ifinfo_notify(RTM_NEWLINK, in6_dev); in ndisc_router_discovery()
1894 inet6_ifinfo_notify(RTM_NEWLINK, idev); in ndisc_ifinfo_sysctl_change()
A Daddrconf.c3635 inet6_ifinfo_notify(RTM_NEWLINK, idev); in addrconf_notify()
5783 inet6_ifinfo_notify(RTM_NEWLINK, idev); in inet6_set_iftoken()
5984 RTM_NEWLINK, NLM_F_MULTI) < 0) in inet6_dump_ifinfo()
/linux/net/wireless/
A Dwext-core.c424 nlh = nlmsg_put(skb, 0, 0, RTM_NEWLINK, sizeof(*r), 0); in rtnetlink_ifinfo_prep()
/linux/drivers/net/wwan/
A Dwwan_core.c956 nlh = nlmsg_put(msg, 0, 0, RTM_NEWLINK, 0, 0); in wwan_create_default_link()
/linux/net/core/
A Drtnetlink.c2139 RTM_NEWLINK, in rtnl_dump_ifinfo()
3610 RTM_NEWLINK, NETLINK_CB(skb).portid, in rtnl_getlink()
4615 nlh = nlmsg_put(skb, pid, seq, RTM_NEWLINK, sizeof(*ifm), nlflags); in ndo_dflt_bridge_getlink()
5622 rtmsg_ifinfo_event(RTM_NEWLINK, dev, 0, rtnl_get_event(event), in rtnetlink_event()
5675 rtnl_register(PF_UNSPEC, RTM_NEWLINK, rtnl_newlink, NULL, 0); in rtnetlink_init()
A Ddev.c1395 rtmsg_ifinfo(RTM_NEWLINK, dev, 0, GFP_KERNEL); in netdev_state_change()
1530 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP|IFF_RUNNING, GFP_KERNEL); in dev_open()
1602 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP|IFF_RUNNING, GFP_KERNEL); in dev_close_many()
8830 rtmsg_ifinfo(RTM_NEWLINK, dev, gchanges, GFP_ATOMIC); in __dev_notify_flags()
10381 rtmsg_ifinfo(RTM_NEWLINK, dev, ~0U, GFP_KERNEL); in register_netdevice()
11278 rtmsg_ifinfo(RTM_NEWLINK, dev, ~0U, GFP_KERNEL); in __dev_change_net_namespace()
/linux/tools/testing/selftests/net/
A Dipsec.c283 req.nh.nlmsg_type = RTM_NEWLINK; in veth_add()
371 req.nh.nlmsg_type = RTM_NEWLINK; in link_set_up()
/linux/net/ipv4/
A Dipmr.c2834 cb->nlh->nlmsg_seq, RTM_NEWLINK, in ipmr_rtm_dumplink()

Completed in 88 milliseconds