Home
last modified time | relevance | path

Searched refs:X25_MAX_AE_LEN (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/net/x25/
Dx25_facilities.c156 if (p[2] > X25_MAX_AE_LEN) in x25_parse_facilities()
165 if (p[2] > X25_MAX_AE_LEN) in x25_parse_facilities()
Daf_x25.c1511 if (dtefacs.calling_len > X25_MAX_AE_LEN) in x25_ioctl()
1513 if (dtefacs.called_len > X25_MAX_AE_LEN) in x25_ioctl()
/kernel/linux/linux-5.10/include/net/
Dx25.h114 #define X25_MAX_AE_LEN 40 /* Max num of semi-octets in AE - OSI Nw */ macro