Home
last modified time | relevance | path

Searched refs:X25_DEFAULT_PACKET_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/net/
H A Dx25.h83 #define X25_DEFAULT_PACKET_SIZE X25_PS128 /* Default Packet Size */ macro
/openbmc/linux/net/x25/
H A Daf_x25.c570 x25->facilities.pacsize_in = X25_DEFAULT_PACKET_SIZE; in x25_create()
571 x25->facilities.pacsize_out = X25_DEFAULT_PACKET_SIZE; in x25_create()