Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../usr/include/linux
File: gtp.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
[0] Fix | Delete
#ifndef _LINUX_GTP_H_
[1] Fix | Delete
#define _LINUX_GTP_H_
[2] Fix | Delete
[3] Fix | Delete
enum gtp_genl_cmds {
[4] Fix | Delete
GTP_CMD_NEWPDP,
[5] Fix | Delete
GTP_CMD_DELPDP,
[6] Fix | Delete
GTP_CMD_GETPDP,
[7] Fix | Delete
[8] Fix | Delete
GTP_CMD_MAX,
[9] Fix | Delete
};
[10] Fix | Delete
[11] Fix | Delete
enum gtp_version {
[12] Fix | Delete
GTP_V0 = 0,
[13] Fix | Delete
GTP_V1,
[14] Fix | Delete
};
[15] Fix | Delete
[16] Fix | Delete
enum gtp_attrs {
[17] Fix | Delete
GTPA_UNSPEC = 0,
[18] Fix | Delete
GTPA_LINK,
[19] Fix | Delete
GTPA_VERSION,
[20] Fix | Delete
GTPA_TID, /* for GTPv0 only */
[21] Fix | Delete
GTPA_PEER_ADDRESS, /* Remote GSN peer, either SGSN or GGSN */
[22] Fix | Delete
#define GTPA_SGSN_ADDRESS GTPA_PEER_ADDRESS /* maintain legacy attr name */
[23] Fix | Delete
GTPA_MS_ADDRESS,
[24] Fix | Delete
GTPA_FLOW,
[25] Fix | Delete
GTPA_NET_NS_FD,
[26] Fix | Delete
GTPA_I_TEI, /* for GTPv1 only */
[27] Fix | Delete
GTPA_O_TEI, /* for GTPv1 only */
[28] Fix | Delete
GTPA_PAD,
[29] Fix | Delete
__GTPA_MAX,
[30] Fix | Delete
};
[31] Fix | Delete
#define GTPA_MAX (__GTPA_MAX + 1)
[32] Fix | Delete
[33] Fix | Delete
#endif /* _LINUX_GTP_H_ */
[34] Fix | Delete
[35] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function