Searched refs:omtu (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/net/bluetooth/ |
A D | l2cap_sock.c | 497 opts.omtu = chan->omtu; in l2cap_sock_getsockopt_old() 669 if (put_user(chan->omtu, (u16 __user *) optval)) in l2cap_sock_getsockopt() 767 opts.omtu = chan->omtu; in l2cap_sock_setsockopt_old() 813 chan->omtu = opts.omtu; in l2cap_sock_setsockopt_old() 1795 chan->omtu = pchan->omtu; in l2cap_sock_init() 1829 chan->omtu = 0; in l2cap_sock_init()
|
A D | a2mp.c | 780 chan->omtu = L2CAP_A2MP_DEFAULT_MTU; in a2mp_chan_open() 810 chan->remote_mps = chan->omtu; in a2mp_chan_open() 811 chan->mps = chan->omtu; in a2mp_chan_open()
|
A D | l2cap_core.c | 2694 if (len > chan->omtu) in l2cap_chan_send() 2722 if (len > chan->omtu) in l2cap_chan_send() 2737 if (len > chan->omtu) { in l2cap_chan_send() 3691 chan->omtu = mtu; in l2cap_parse_conf_req() 5648 chan->omtu = mtu; in l2cap_le_connect_rsp() 5852 chan->omtu = mtu; in l2cap_le_connect_req() 6062 chan->omtu = mtu; in l2cap_ecred_conn_req() 6207 chan->omtu = mtu; in l2cap_ecred_conn_rsp() 6274 if (chan->omtu > mtu) { in l2cap_ecred_reconf_req() 6276 chan->omtu, mtu); in l2cap_ecred_reconf_req() [all …]
|
A D | smp.c | 3245 chan->omtu = pchan->omtu; in smp_new_conn_cb()
|
/linux-6.3-rc2/tools/testing/selftests/netfilter/ |
A D | nft_flowtable.sh | 86 omtu=9000 103 o) omtu=$OPTARG;; 110 if ! ip -net $nsr1 link set veth0 mtu $omtu; then 114 ip -net $ns1 link set eth0 mtu $omtu
|
/linux-6.3-rc2/include/net/bluetooth/ |
A D | l2cap.h | 76 __u16 omtu; member 559 __u16 omtu; member
|
/linux-6.3-rc2/net/bluetooth/cmtp/ |
A D | core.c | 358 session->mtu = min_t(uint, l2cap_pi(sock->sk)->chan->omtu, in cmtp_add_connection()
|
/linux-6.3-rc2/net/bluetooth/hidp/ |
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.3-rc2/net/bluetooth/rfcomm/ |
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()
|
Completed in 39 milliseconds