Searched refs:paclen (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/ax25/ |
D | ax25_out.c | 32 ax25_cb *ax25_send_frame(struct sk_buff *skb, int paclen, ax25_address *src, ax25_address *dest, ax… in ax25_send_frame() argument 41 if (paclen == 0) { in ax25_send_frame() 45 paclen = ax25_dev->values[AX25_VALUES_PACLEN]; in ax25_send_frame() 52 ax25_output(ax25, paclen, skb); in ax25_send_frame() 103 ax25_output(ax25, paclen, skb); in ax25_send_frame() 116 void ax25_output(ax25_cb *ax25, int paclen, struct sk_buff *skb) in ax25_output() argument 122 if (paclen < 16) { in ax25_output() 128 if ((skb->len - 1) > paclen) { in ax25_output() 133 paclen -= 2; /* Allow for fragment control info */ in ax25_output() 137 fragno = skb->len / paclen; in ax25_output() [all …]
|
D | af_ax25.c | 449 ax25->paclen = ax25_ctl.arg; in ax25_ctl_ioctl() 473 ax25->paclen = ax25_dev->values[AX25_VALUES_PACLEN]; in ax25_fillin_cb_from_dev() 507 ax25->paclen = AX25_DEF_PACLEN; in ax25_fillin_cb() 655 ax25->paclen = opt; in ax25_setsockopt() 770 val = ax25->paclen; in ax25_getsockopt() 956 ax25->paclen = oax25->paclen; in ax25_make_new() 1623 ax25_output(ax25, ax25->paclen, skb); in ax25_sendmsg() 1851 ax25_info.paclen = ax25->paclen; in ax25_ioctl() 1970 ax25->paclen); in ax25_info_show()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
D | ax25.h | 108 unsigned int paclen; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
D | ax25.h | 102 unsigned int paclen; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
D | ax25.h | 90 unsigned int paclen; member
|
/kernel/linux/linux-5.10/include/net/ |
D | ax25.h | 254 unsigned short paclen, fragno, fraglen; member
|