Lines Matching defs:link
38 static int veth_parse(struct rtnl_link *link, struct nlattr *data, in veth_parse()
81 static void veth_dump_line(struct rtnl_link *link, struct nl_dump_params *p) in veth_dump_line()
85 static void veth_dump_details(struct rtnl_link *link, struct nl_dump_params *p) in veth_dump_details()
115 static int veth_put_attrs(struct nl_msg *msg, struct rtnl_link *link) in veth_put_attrs()
141 static int veth_alloc(struct rtnl_link *link) in veth_alloc()
166 static void veth_free(struct rtnl_link *link) in veth_free()
193 #define IS_VETH_LINK_ASSERT(link) \ argument
212 struct rtnl_link *link; in rtnl_link_veth_alloc() local
229 struct rtnl_link *rtnl_link_veth_get_peer(struct rtnl_link *link) in rtnl_link_veth_get_peer()
240 void rtnl_link_veth_release(struct rtnl_link *link) in rtnl_link_veth_release()
252 int rtnl_link_is_veth(struct rtnl_link *link) in rtnl_link_is_veth()
274 struct rtnl_link *link, *peer; in rtnl_link_veth_add() local