Searched defs:nh_encap_ops (Results 1 – 1 of 1) sorted by relevance
4 struct nh_encap_ops { struct5 uint16_t encap_type;7 int (*build_msg)(struct nl_msg *msg, void *priv);8 int (*parse_msg)(struct nlattr *nla, struct rtnl_nexthop *rtnh);10 int (*compare)(void *a, void *b);34 extern struct nh_encap_ops mpls_encap_ops; argument