Home
last modified time | relevance | path

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

/linux-3.4.99/net/bridge/
Dbr_netlink.c74 if (event == RTM_NEWLINK) in br_fill_ifinfo()
134 cb->nlh->nlmsg_seq, RTM_NEWLINK, in br_dump_ifinfo()
197 br_ifinfo_notify(RTM_NEWLINK, p); in br_rtm_setlink()
Dbr_notify.c110 br_ifinfo_notify(RTM_NEWLINK, p); in br_device_event()
Dbr_stp_if.c92 br_ifinfo_notify(RTM_NEWLINK, p); in br_stp_enable_port()
108 br_ifinfo_notify(RTM_NEWLINK, p); in br_stp_disable_port()
Dbr_stp_timer.c100 br_ifinfo_notify(RTM_NEWLINK, p); in br_forward_delay_timer_expired()
Dbr_stp.c365 br_ifinfo_notify(RTM_NEWLINK, p); in br_make_blocking()
390 br_ifinfo_notify(RTM_NEWLINK, p); in br_make_forwarding()
Dbr_if.c393 br_ifinfo_notify(RTM_NEWLINK, p); in br_add_if()
/linux-3.4.99/include/linux/
Drtnetlink.h27 RTM_NEWLINK = 16, enumerator
28 #define RTM_NEWLINK RTM_NEWLINK macro
/linux-3.4.99/security/selinux/
Dnlmsgtab.c33 { RTM_NEWLINK, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
/linux-3.4.99/net/core/
Drtnetlink.c518 [RTM_FAM(RTM_NEWLINK)] = NLMSG_LENGTH(sizeof(struct ifinfomsg)),
532 [RTM_FAM(RTM_NEWLINK)] = IFLA_MAX,
1087 err = rtnl_fill_ifinfo(skb, dev, RTM_NEWLINK, in rtnl_dump_ifinfo()
1643 rtmsg_ifinfo(RTM_NEWLINK, dev, ~0U); in rtnl_configure_link()
1904 err = rtnl_fill_ifinfo(nskb, dev, RTM_NEWLINK, NETLINK_CB(skb).pid, in rtnl_getlink()
2107 rtmsg_ifinfo(RTM_NEWLINK, dev, 0); in rtnetlink_event()
2161 rtnl_register(PF_UNSPEC, RTM_NEWLINK, rtnl_newlink, NULL, NULL); in rtnetlink_init()
Ddev.c1108 rtmsg_ifinfo(RTM_NEWLINK, dev, 0); in netdev_state_change()
1208 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP|IFF_RUNNING); in dev_open()
1281 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP|IFF_RUNNING); in dev_close_many()
4438 rtmsg_ifinfo(RTM_NEWLINK, slave, IFF_SLAVE); in netdev_set_bond_master()
4732 rtmsg_ifinfo(RTM_NEWLINK, dev, changes); in dev_change_flags()
5599 rtmsg_ifinfo(RTM_NEWLINK, dev, ~0U); in register_netdevice()
6216 rtmsg_ifinfo(RTM_NEWLINK, dev, ~0U); in dev_change_net_namespace()
/linux-3.4.99/net/ipv6/
Dndisc.c1291 inet6_ifinfo_notify(RTM_NEWLINK, in6_dev); in ndisc_router_discovery()
1306 inet6_ifinfo_notify(RTM_NEWLINK, in6_dev); in ndisc_router_discovery()
1808 inet6_ifinfo_notify(RTM_NEWLINK, idev); in ndisc_ifinfo_sysctl_change()
Daddrconf.c2712 inet6_ifinfo_notify(RTM_NEWLINK, idev); in addrconf_notify()
4159 RTM_NEWLINK, NLM_F_MULTI) <= 0) in inet6_dump_ifinfo()
/linux-3.4.99/net/wireless/
Dwext-core.c393 nlh = nlmsg_put(skb, 0, 0, RTM_NEWLINK, sizeof(*r), 0); in rtnetlink_ifinfo_prep()