Home
last modified time | relevance | path

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

/openbmc/linux/net/x25/
H A Dx25_out.c28 static int x25_pacsize_to_bytes(unsigned int pacsize) in x25_pacsize_to_bytes() argument
32 if (!pacsize) in x25_pacsize_to_bytes()
35 while (pacsize-- > 0) in x25_pacsize_to_bytes()