Home
last modified time | relevance | path

Searched refs:GTPA_O_TEI (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dgtp.h32 GTPA_O_TEI, /* for GTPv1 only */ enumerator
/openbmc/linux/drivers/net/
H A Dgtp.c1335 pctx->u.v1.o_tei = nla_get_u32(info->attrs[GTPA_O_TEI]); in ipv4_pdp_fill()
1476 !info->attrs[GTPA_O_TEI]) in gtp_genl_new_pdp()
1612 nla_put_u32(skb, GTPA_O_TEI, pctx->u.v1.o_tei)) in gtp_genl_fill_info()
1829 [GTPA_O_TEI] = { .type = NLA_U32, },