Searched refs:paclen (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/net/ax25/ |
D | ax25_out.c | 35 ax25_cb *ax25_send_frame(struct sk_buff *skb, int paclen, ax25_address *src, ax25_address *dest, ax… in ax25_send_frame() argument 44 if (paclen == 0) { in ax25_send_frame() 48 paclen = ax25_dev->values[AX25_VALUES_PACLEN]; in ax25_send_frame() 55 ax25_output(ax25, paclen, skb); in ax25_send_frame() 106 ax25_output(ax25, paclen, skb); in ax25_send_frame() 119 void ax25_output(ax25_cb *ax25, int paclen, struct sk_buff *skb) in ax25_output() argument 125 if (paclen < 16) { in ax25_output() 131 if ((skb->len - 1) > paclen) { in ax25_output() 136 paclen -= 2; /* Allow for fragment control info */ in ax25_output() 140 fragno = skb->len / paclen; in ax25_output() [all …]
|
D | af_ax25.c | 432 ax25->paclen = ax25_ctl.arg; in ax25_ctl_ioctl() 455 ax25->paclen = ax25_dev->values[AX25_VALUES_PACLEN]; in ax25_fillin_cb_from_dev() 489 ax25->paclen = AX25_DEF_PACLEN; in ax25_fillin_cb() 637 ax25->paclen = opt; in ax25_setsockopt() 743 val = ax25->paclen; in ax25_getsockopt() 927 ax25->paclen = oax25->paclen; in ax25_make_new() 1575 ax25_output(ax25, ax25->paclen, skb); in ax25_sendmsg() 1789 ax25_info.paclen = ax25->paclen; in ax25_ioctl() 1908 ax25->paclen); in ax25_info_show()
|
/Linux-v4.19/include/uapi/linux/ |
D | ax25.h | 108 unsigned int paclen; member
|
/Linux-v4.19/include/net/ |
D | ax25.h | 241 unsigned short paclen, fragno, fraglen; member
|