Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dbonding.h331 rtmsg_ifinfo(RTM_NEWLINK, slave->dev, 0, GFP_ATOMIC); in bond_set_active_slave()
340 rtmsg_ifinfo(RTM_NEWLINK, slave->dev, 0, GFP_ATOMIC); in bond_set_backup_slave()
352 rtmsg_ifinfo(RTM_NEWLINK, slave->dev, 0, GFP_ATOMIC); in bond_set_slave_state()
383 rtmsg_ifinfo(RTM_NEWLINK, tmp->dev, 0, GFP_ATOMIC); in bond_slave_state_notify()
/linux-4.4.14/include/uapi/linux/
Drtnetlink.h27 RTM_NEWLINK = 16, enumerator
28 #define RTM_NEWLINK RTM_NEWLINK macro
/linux-4.4.14/net/bridge/
Dbr_stp_if.c105 br_ifinfo_notify(RTM_NEWLINK, p); in br_stp_enable_port()
121 br_ifinfo_notify(RTM_NEWLINK, p); in br_stp_disable_port()
Dbr_stp.c129 br_ifinfo_notify(RTM_NEWLINK, p); in br_root_port_block()
410 br_ifinfo_notify(RTM_NEWLINK, p); in br_make_blocking()
434 br_ifinfo_notify(RTM_NEWLINK, p); in br_make_forwarding()
Dbr.c115 br_ifinfo_notify(RTM_NEWLINK, p); in br_device_event()
Dbr_stp_timer.c103 br_ifinfo_notify(RTM_NEWLINK, p); in br_forward_delay_timer_expired()
Dbr_netlink.c373 if (event == RTM_NEWLINK && port) { in br_fill_ifinfo()
471 return br_fill_ifinfo(skb, port, pid, seq, RTM_NEWLINK, nlflags, in br_getlink()
718 br_ifinfo_notify(RTM_NEWLINK, p); in br_setlink()
745 br_ifinfo_notify(RTM_NEWLINK, p); in br_dellink()
Dbr_sysfs_if.c64 br_ifinfo_notify(RTM_NEWLINK, p); in store_flag()
Dbr_if.c525 br_ifinfo_notify(RTM_NEWLINK, p); in br_add_if()
/linux-4.4.14/security/selinux/
Dnlmsgtab.c33 { RTM_NEWLINK, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
/linux-4.4.14/net/core/
Drtnetlink.c1456 err = rtnl_fill_ifinfo(skb, dev, RTM_NEWLINK, in rtnl_dump_ifinfo()
2446 err = rtnl_fill_ifinfo(nskb, dev, RTM_NEWLINK, NETLINK_CB(skb).portid, in rtnl_getlink()
3011 nlh = nlmsg_put(skb, pid, seq, RTM_NEWLINK, sizeof(*ifm), nlflags); in ndo_dflt_bridge_getlink()
3435 rtmsg_ifinfo(RTM_NEWLINK, dev, 0, GFP_KERNEL); in rtnetlink_event()
3484 rtnl_register(PF_UNSPEC, RTM_NEWLINK, rtnl_newlink, NULL, NULL); in rtnetlink_init()
Ddev.c1283 rtmsg_ifinfo(RTM_NEWLINK, dev, 0, GFP_KERNEL); in netdev_state_change()
1372 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP|IFF_RUNNING, GFP_KERNEL); in dev_open()
1449 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP|IFF_RUNNING, GFP_KERNEL); in dev_close_many()
5967 rtmsg_ifinfo(RTM_NEWLINK, dev, gchanges, GFP_ATOMIC); in __dev_notify_flags()
6733 rtmsg_ifinfo(RTM_NEWLINK, dev, ~0U, GFP_KERNEL); in register_netdevice()
7403 rtmsg_ifinfo(RTM_NEWLINK, dev, ~0U, GFP_KERNEL); in dev_change_net_namespace()
/linux-4.4.14/net/ipv6/
Dndisc.c1301 inet6_ifinfo_notify(RTM_NEWLINK, in6_dev); in ndisc_router_discovery()
1764 inet6_ifinfo_notify(RTM_NEWLINK, idev); in ndisc_ifinfo_sysctl_change()
Daddrconf.c3260 inet6_ifinfo_notify(RTM_NEWLINK, idev); in addrconf_notify()
4889 inet6_ifinfo_notify(RTM_NEWLINK, idev); in inet6_set_iftoken()
5018 RTM_NEWLINK, NLM_F_MULTI) < 0) in inet6_dump_ifinfo()
/linux-4.4.14/net/wireless/
Dwext-core.c423 nlh = nlmsg_put(skb, 0, 0, RTM_NEWLINK, sizeof(*r), 0); in rtnetlink_ifinfo_prep()
/linux-4.4.14/drivers/net/bonding/
Dbond_main.c1212 rtmsg_ifinfo(RTM_NEWLINK, slave_dev, IFF_SLAVE, GFP_KERNEL); in bond_master_upper_dev_link()
1221 rtmsg_ifinfo(RTM_NEWLINK, slave_dev, IFF_SLAVE, GFP_KERNEL); in bond_upper_dev_unlink()