Searched refs:GTPA_MS_ADDRESS (Results 1 – 4 of 4) sorted by relevance
25 GTPA_MS_ADDRESS, enumerator
27 GTPA_MS_ADDRESS, enumerator
904 nla_get_be32(info->attrs[GTPA_MS_ADDRESS]); in ipv4_pdp_fill()934 ms_addr = nla_get_be32(info->attrs[GTPA_MS_ADDRESS]); in gtp_pdp_add()1045 !info->attrs[GTPA_MS_ADDRESS]) in gtp_genl_new_pdp()1108 if (nla[GTPA_MS_ADDRESS]) { in gtp_find_pdp_by_link()1109 __be32 ip = nla_get_be32(nla[GTPA_MS_ADDRESS]); in gtp_find_pdp_by_link()1193 nla_put_be32(skb, GTPA_MS_ADDRESS, pctx->ms_addr_ip4.s_addr)) in gtp_genl_fill_info()1328 [GTPA_MS_ADDRESS] = { .type = NLA_U32, },