Searched refs:RTM_SETLINK (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/uapi/linux/ |
D | rtnetlink.h | 33 RTM_SETLINK, enumerator 34 #define RTM_SETLINK RTM_SETLINK macro
|
/linux-4.4.14/Documentation/networking/ |
D | operstates.txt | 130 via RTM_SETLINK instructs the kernel that an interface should go to 141 -set IFLA_LINKMODE to 1 via RTM_SETLINK 146 -send RTM_SETLINK to set operstate to IF_OPER_UP if authentication
|
/linux-4.4.14/security/selinux/ |
D | nlmsgtab.c | 36 { RTM_SETLINK, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
|
/linux-4.4.14/net/bridge/ |
D | br_netlink.c | 481 case RTM_SETLINK: in br_vlan_info() 714 afspec, RTM_SETLINK); in br_setlink()
|
/linux-4.4.14/net/core/ |
D | rtnetlink.c | 3483 rtnl_register(PF_UNSPEC, RTM_SETLINK, rtnl_setlink, NULL, NULL); in rtnetlink_init() 3496 rtnl_register(PF_BRIDGE, RTM_SETLINK, rtnl_bridge_setlink, NULL, NULL); in rtnetlink_init()
|