Searched refs:encap_type (Results 1 – 6 of 6) sorted by relevance
/third_party/libnl/lib/route/ |
D | nexthop_encap.c | 35 nh_encap_type2str(rtnh_encap->ops->encap_type)); in nh_encap_dump() 51 NLA_PUT_U16(msg, RTA_ENCAP_TYPE, rtnh_encap->ops->encap_type); in nh_encap_build_msg() 69 int nh_encap_parse_msg(struct nlattr *encap, struct nlattr *encap_type, in nh_encap_parse_msg() argument 72 uint16_t e_type = nla_get_u16(encap_type); in nh_encap_parse_msg()
|
D | nh_encap_mpls.c | 94 .encap_type = LWTUNNEL_ENCAP_MPLS,
|
/third_party/libnl/include/netlink-private/route/ |
D | nexthop-encap.h | 5 uint16_t encap_type; member 23 int nh_encap_parse_msg(struct nlattr *encap, struct nlattr *encap_type,
|
/third_party/libnl/lib/xfrm/ |
D | sa.c | 253 diff |= XFRM_SA_DIFF(ENCAP,((a->encap->encap_type != b->encap->encap_type) || in xfrm_sa_compare() 496 sa->encap->encap_type, sa->encap->encap_sport, sa->encap->encap_dport, in xfrm_sa_dump_line() 837 sa->encap->encap_type = encap->encap_type; in xfrmnl_sa_parse() 1226 encap_tmpl->encap_type = tmpl->encap->encap_type; in build_xfrm_sa_message() 1870 int xfrmnl_sa_get_encap_tmpl (struct xfrmnl_sa* sa, unsigned int* encap_type, unsigned int* encap_s… in xfrmnl_sa_get_encap_tmpl() argument 1874 *encap_type = sa->encap->encap_type; in xfrmnl_sa_get_encap_tmpl() 1885 int xfrmnl_sa_set_encap_tmpl (struct xfrmnl_sa* sa, unsigned int encap_type, unsigned int encap_spo… in xfrmnl_sa_set_encap_tmpl() argument 1896 sa->encap->encap_type = encap_type; in xfrmnl_sa_set_encap_tmpl()
|
/third_party/libnl/include/linux-private/linux/ |
D | xfrm.h | 250 __u16 encap_type; member
|
/third_party/libnl/include/netlink-private/ |
D | types.h | 1234 uint16_t encap_type; member
|