/kernel/linux/linux-5.10/tools/testing/selftests/netfilter/ |
H A D | nft_flowtable.sh | 85 omtu=9000 102 o) omtu=$OPTARG;; 109 if ! ip -net nsr1 link set veth0 mtu $omtu; then 113 ip -net ns1 link set eth0 mtu $omtu
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H 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() 1796 chan->omtu = pchan->omtu; in l2cap_sock_init() 1830 chan->omtu in l2cap_sock_init() [all...] |
H 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()
|
H A D | l2cap_core.c | 256 chan->omtu = L2CAP_DEFAULT_MTU; in l2cap_add_scid() 600 chan->omtu = L2CAP_DEFAULT_MTU; in __l2cap_chan_add() 607 chan->omtu = L2CAP_DEFAULT_MTU; in __l2cap_chan_add() 618 chan->omtu = L2CAP_DEFAULT_MTU; in __l2cap_chan_add() 2690 if (len > chan->omtu) in l2cap_chan_send() 2718 if (len > chan->omtu) in l2cap_chan_send() 2733 if (len > chan->omtu) { in l2cap_chan_send() 3687 chan->omtu = mtu; in l2cap_parse_conf_req() 3690 l2cap_add_conf_opt(&ptr, L2CAP_CONF_MTU, 2, chan->omtu, endptr - ptr); in l2cap_parse_conf_req() 5686 chan->omtu in l2cap_le_connect_rsp() [all...] |
H A D | smp.c | 3253 chan->omtu = pchan->omtu; in smp_new_conn_cb()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | l2cap_sock.c | 479 opts.omtu = chan->omtu; in l2cap_sock_getsockopt_old() 651 if (put_user(chan->omtu, (u16 __user *) optval)) in l2cap_sock_getsockopt() 749 opts.omtu = chan->omtu; in l2cap_sock_setsockopt_old() 795 chan->omtu = opts.omtu; in l2cap_sock_setsockopt_old() 1762 chan->omtu = pchan->omtu; in l2cap_sock_init() 1796 chan->omtu in l2cap_sock_init() [all...] |
H A D | l2cap_core.c | 236 chan->omtu = L2CAP_DEFAULT_MTU; in l2cap_add_scid() 577 chan->omtu = L2CAP_DEFAULT_MTU; in __l2cap_chan_add() 584 chan->omtu = L2CAP_DEFAULT_MTU; in __l2cap_chan_add() 595 chan->omtu = L2CAP_DEFAULT_MTU; in __l2cap_chan_add() 2514 if (len > chan->omtu) in l2cap_chan_send() 2542 if (len > chan->omtu) in l2cap_chan_send() 2557 if (len > chan->omtu) { in l2cap_chan_send() 3467 chan->omtu = mtu; in l2cap_parse_conf_req() 3470 l2cap_add_conf_opt(&ptr, L2CAP_CONF_MTU, 2, chan->omtu, endptr - ptr); in l2cap_parse_conf_req() 4709 chan->omtu in l2cap_le_connect_rsp() [all...] |
H A D | smp.c | 3259 chan->omtu = pchan->omtu; in smp_new_conn_cb()
|
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/ |
H 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
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | l2cap.h | 74 __u16 omtu; member 523 __u16 omtu; member
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | l2cap.h | 76 __u16 omtu; member 558 __u16 omtu; member
|
/kernel/linux/linux-5.10/net/bluetooth/cmtp/ |
H A D | core.c | 358 session->mtu = min_t(uint, l2cap_pi(sock->sk)->chan->omtu, in cmtp_add_connection()
|
/kernel/linux/linux-6.6/net/bluetooth/cmtp/ |
H A D | core.c | 358 session->mtu = min_t(uint, l2cap_pi(sock->sk)->chan->omtu, in cmtp_add_connection()
|
/kernel/linux/linux-5.10/net/bluetooth/hidp/ |
H A D | core.c | 944 session->ctrl_mtu = min_t(uint, l2cap_pi(ctrl)->chan->omtu, in hidp_session_new() 946 session->intr_mtu = min_t(uint, l2cap_pi(intr)->chan->omtu, in hidp_session_new()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/net/bluetooth/rfcomm/ |
H A D | core.c | 1979 s->mtu = min(l2cap_pi(nsock->sk)->chan->omtu, in rfcomm_accept_connection() 1999 s->mtu = min(l2cap_pi(sk)->chan->omtu, l2cap_pi(sk)->chan->imtu) - 5; in rfcomm_check_connection()
|
/kernel/linux/linux-6.6/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()
|