Home
last modified time | relevance | path

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

/openbmc/linux/net/ax25/
H A Dax25_out.c32 ax25_cb *ax25_send_frame(struct sk_buff *skb, int paclen, const ax25_address *src, ax25_address *de… in ax25_send_frame() argument
41 if (paclen == 0) { in ax25_send_frame()
48 paclen = ax25_dev->values[AX25_VALUES_PACLEN]; in ax25_send_frame()
56 ax25_output(ax25, paclen, skb); in ax25_send_frame()
113 ax25_output(ax25, paclen, skb); in ax25_send_frame()
126 void ax25_output(ax25_cb *ax25, int paclen, struct sk_buff *skb) in ax25_output() argument
132 if (paclen < 16) { in ax25_output()
138 if ((skb->len - 1) > paclen) { in ax25_output()
143 paclen -= 2; /* Allow for fragment control info */ in ax25_output()
147 fragno = skb->len / paclen; in ax25_output()
[all …]
H A Daf_ax25.c453 ax25->paclen = ax25_ctl.arg; in ax25_ctl_ioctl()
477 ax25->paclen = ax25_dev->values[AX25_VALUES_PACLEN]; in ax25_fillin_cb_from_dev()
511 ax25->paclen = AX25_DEF_PACLEN; in ax25_fillin_cb()
659 ax25->paclen = opt; in ax25_setsockopt()
785 val = ax25->paclen; in ax25_getsockopt()
972 ax25->paclen = oax25->paclen; in ax25_make_new()
1649 ax25_output(ax25, ax25->paclen, skb); in ax25_sendmsg()
1877 ax25_info.paclen = ax25->paclen; in ax25_ioctl()
1996 ax25->paclen); in ax25_info_show()
/openbmc/linux/include/uapi/linux/
H A Dax25.h108 unsigned int paclen; member
/openbmc/linux/include/net/
H A Dax25.h248 unsigned short paclen, fragno, fraglen; member