Searched refs:NHA_ENCAP_TYPE (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dnexthop.h49 NHA_ENCAP_TYPE, /* u16; lwt encap type */ enumerator in enum:__anon2815
/linux-master/net/ipv4/
H A Dnexthop.c39 [NHA_ENCAP_TYPE] = { .type = NLA_U16 },
980 NHA_ENCAP, NHA_ENCAP_TYPE) < 0)
1039 sz += nla_total_size(2); /* NHA_ENCAP_TYPE */
3056 tb[NHA_ENCAP] || tb[NHA_ENCAP_TYPE]) {
3100 tb[NHA_ENCAP] || tb[NHA_ENCAP_TYPE] || tb[NHA_FDB]) {
3170 if (!tb[NHA_ENCAP_TYPE]) {
3175 cfg->nh_encap_type = nla_get_u16(tb[NHA_ENCAP_TYPE]);
3180 } else if (tb[NHA_ENCAP_TYPE]) {

Completed in 366 milliseconds