tp_max_packet_size   83 net/can/j1939/j1939-priv.h 	unsigned int tp_max_packet_size;
tp_max_packet_size 1535 net/can/j1939/transport.c 		else if (len > priv->tp_max_packet_size)
tp_max_packet_size 1543 net/can/j1939/transport.c 		else if (len > priv->tp_max_packet_size)
tp_max_packet_size 1849 net/can/j1939/transport.c 	if (size > priv->tp_max_packet_size)
tp_max_packet_size 2062 net/can/j1939/transport.c 	priv->tp_max_packet_size = J1939_MAX_ETP_PACKET_SIZE;