Searched refs:GTPA_PEER_ADDRESS (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | gtp.h | 23 GTPA_PEER_ADDRESS, /* Remote GSN peer, either SGSN or GGSN */ enumerator 24 #define GTPA_SGSN_ADDRESS GTPA_PEER_ADDRESS /* maintain legacy attr name */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | gtp.h | 23 GTPA_PEER_ADDRESS, /* Remote GSN peer, either SGSN or GGSN */ enumerator 24 #define GTPA_SGSN_ADDRESS GTPA_PEER_ADDRESS /* maintain legacy attr name */
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | gtp.h | 25 GTPA_PEER_ADDRESS, /* Remote GSN peer, either SGSN or GGSN */ enumerator 26 #define GTPA_SGSN_ADDRESS GTPA_PEER_ADDRESS /* maintain legacy attr name */
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | gtp.c | 902 nla_get_be32(info->attrs[GTPA_PEER_ADDRESS]); in ipv4_pdp_fill() 1044 !info->attrs[GTPA_PEER_ADDRESS] || in gtp_genl_new_pdp() 1192 nla_put_be32(skb, GTPA_PEER_ADDRESS, pctx->peer_addr_ip4.s_addr) || in gtp_genl_fill_info() 1327 [GTPA_PEER_ADDRESS] = { .type = NLA_U32, },
|