Searched refs:RTM_NEWLINK (Results 1 – 13 of 13) sorted by relevance
/linux-3.4.99/net/bridge/ |
D | br_netlink.c | 74 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()
|
D | br_notify.c | 110 br_ifinfo_notify(RTM_NEWLINK, p); in br_device_event()
|
D | br_stp_if.c | 92 br_ifinfo_notify(RTM_NEWLINK, p); in br_stp_enable_port() 108 br_ifinfo_notify(RTM_NEWLINK, p); in br_stp_disable_port()
|
D | br_stp_timer.c | 100 br_ifinfo_notify(RTM_NEWLINK, p); in br_forward_delay_timer_expired()
|
D | br_stp.c | 365 br_ifinfo_notify(RTM_NEWLINK, p); in br_make_blocking() 390 br_ifinfo_notify(RTM_NEWLINK, p); in br_make_forwarding()
|
D | br_if.c | 393 br_ifinfo_notify(RTM_NEWLINK, p); in br_add_if()
|
/linux-3.4.99/include/linux/ |
D | rtnetlink.h | 27 RTM_NEWLINK = 16, enumerator 28 #define RTM_NEWLINK RTM_NEWLINK macro
|
/linux-3.4.99/security/selinux/ |
D | nlmsgtab.c | 33 { RTM_NEWLINK, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
|
/linux-3.4.99/net/core/ |
D | rtnetlink.c | 518 [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()
|
D | dev.c | 1108 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/ |
D | ndisc.c | 1291 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()
|
D | addrconf.c | 2712 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/ |
D | wext-core.c | 393 nlh = nlmsg_put(skb, 0, 0, RTM_NEWLINK, sizeof(*r), 0); in rtnetlink_ifinfo_prep()
|