Home
last modified time | relevance | path

Searched refs:RTM_SETLINK (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/networking/
H A Dsriov.rst15 the ``RTM_GETLINK`` and ``RTM_SETLINK`` commands. On the driver side
H A Doperstates.rst155 via RTM_SETLINK instructs the kernel that an interface should go to
166 - set IFLA_LINKMODE to 1 via RTM_SETLINK
171 - send RTM_SETLINK to set operstate to IF_OPER_UP if authentication
/linux/tools/include/uapi/linux/
H A Drtnetlink.h34 RTM_SETLINK, enumerator
35 #define RTM_SETLINK RTM_SETLINK macro
/linux/net/bridge/
H A Dbr_netlink_tunnel.c208 case RTM_SETLINK: in br_vlan_tunnel_info()
/linux/tools/lib/bpf/
H A Dnetlink.c298 req.nh.nlmsg_type = RTM_SETLINK; in __bpf_set_link_xdp_fd_replace()