Searched refs:GTPA_MS_ADDRESS (Results 1 – 2 of 2) sorted by relevance
28 GTPA_MS_ADDRESS, enumerator
363 nla_put_be32(skb, GTPA_MS_ADDRESS, echo.ms_addr_ip4.s_addr)) in gtp_genl_fill_echo()1314 nla_get_be32(info->attrs[GTPA_MS_ADDRESS]); in ipv4_pdp_fill()1344 ms_addr = nla_get_be32(info->attrs[GTPA_MS_ADDRESS]); in gtp_pdp_add()1455 !info->attrs[GTPA_MS_ADDRESS]) in gtp_genl_new_pdp()1518 if (nla[GTPA_MS_ADDRESS]) { in gtp_find_pdp_by_link()1519 __be32 ip = nla_get_be32(nla[GTPA_MS_ADDRESS]); in gtp_find_pdp_by_link()1593 nla_put_be32(skb, GTPA_MS_ADDRESS, pctx->ms_addr_ip4.s_addr)) in gtp_genl_fill_info()1738 !info->attrs[GTPA_MS_ADDRESS]) in gtp_genl_send_echo_req()1743 src_ip = nla_get_be32(info->attrs[GTPA_MS_ADDRESS]); in gtp_genl_send_echo_req()1817 [GTPA_MS_ADDRESS] = { .type = NLA_U32, },