Searched refs:omtu (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/net/bluetooth/ |
| H A D | l2cap_sock.c | 481 opts.omtu = chan->omtu; in l2cap_sock_getsockopt_old() 653 if (put_user(chan->omtu, (u16 __user *) optval)) in l2cap_sock_getsockopt() 751 opts.omtu = chan->omtu; in l2cap_sock_setsockopt_old() 796 chan->omtu = opts.omtu; in l2cap_sock_setsockopt_old() 1825 chan->omtu = pchan->omtu; in l2cap_sock_init() 1859 chan->omtu = 0; in l2cap_sock_init()
|
| H A D | l2cap_core.c | 2570 if (len > chan->omtu) in l2cap_chan_send() 2600 if (len > chan->omtu) in l2cap_chan_send() 2617 if (len > chan->omtu) { in l2cap_chan_send() 3526 chan->omtu = mtu; in l2cap_parse_conf_req() 4725 chan->omtu = mtu; in l2cap_le_connect_rsp() 4904 chan->omtu = mtu; in l2cap_le_connect_req() 5109 chan->omtu = mtu; in l2cap_ecred_conn_req() 5252 chan->omtu = mtu; in l2cap_ecred_conn_rsp() 5317 if (chan->omtu > mtu) { in l2cap_ecred_reconf_req() 5319 chan->omtu, mtu); in l2cap_ecred_reconf_req() [all …]
|
| H A D | smp.c | 3251 chan->omtu = pchan->omtu; in smp_new_conn_cb()
|
| /linux-6.15/tools/testing/selftests/net/netfilter/ |
| H A D | nft_flowtable.sh | 70 omtu=9000 89 o) omtu=$OPTARG;; 97 if ! ip -net "$nsr1" link set veth0 mtu "$omtu"; then 101 ip -net "$ns1" link set eth0 mtu "$omtu"
|
| /linux-6.15/include/net/bluetooth/ |
| H A D | l2cap.h | 74 __u16 omtu; member 529 __u16 omtu; member
|
| /linux-6.15/net/bluetooth/cmtp/ |
| H A D | core.c | 358 session->mtu = min_t(uint, l2cap_pi(sock->sk)->chan->omtu, in cmtp_add_connection()
|
| /linux-6.15/net/bluetooth/hidp/ |
| H A D | core.c | 943 session->ctrl_mtu = min_t(uint, l2cap_pi(ctrl)->chan->omtu, in hidp_session_new() 945 session->intr_mtu = min_t(uint, l2cap_pi(intr)->chan->omtu, in hidp_session_new()
|
| /linux-6.15/net/bluetooth/rfcomm/ |
| H A D | core.c | 1983 s->mtu = min(l2cap_pi(nsock->sk)->chan->omtu, in rfcomm_accept_connection() 2003 s->mtu = min(l2cap_pi(sk)->chan->omtu, l2cap_pi(sk)->chan->imtu) - 5; in rfcomm_check_connection()
|