Searched refs:remote_miu (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/nfc/ |
H A D | llcp_commands.c | 214 local->remote_miu = llcp_tlv_miux(tlv) + 128; in nfc_llcp_parse_gb_tlv() 235 local->remote_version, local->remote_miu, in nfc_llcp_parse_gb_tlv() 261 sock->remote_miu = llcp_tlv_miux(tlv) + 128; in nfc_llcp_parse_connection_tlv() 278 sock->remote_rw, sock->remote_miu); in nfc_llcp_parse_connection_tlv() 662 u16 remote_miu; in nfc_llcp_send_i_frame() local 700 remote_miu = sock->remote_miu > LLCP_MAX_MIU ? in nfc_llcp_send_i_frame() 701 LLCP_DEFAULT_MIU : sock->remote_miu; in nfc_llcp_send_i_frame() 703 frag_len = min_t(size_t, remote_miu, remaining_len); in nfc_llcp_send_i_frame() 744 u16 remote_miu; in nfc_llcp_send_ui_frame() local [all...] |
H A D | llcp_sock.c | 306 u16 miux, remote_miu; in nfc_llcp_getsockopt() local 343 remote_miu = llcp_sock->remote_miu > LLCP_MAX_MIU ? in nfc_llcp_getsockopt() 344 local->remote_miu : llcp_sock->remote_miu; in nfc_llcp_getsockopt() 346 if (put_user(remote_miu, (u32 __user *) optval)) in nfc_llcp_getsockopt()
|
H A D | llcp.h | 86 u16 remote_miu; member 121 u16 remote_miu; member
|
H A D | llcp_core.c | 42 sock->remote_miu = LLCP_MAX_MIU + 1; in nfc_llcp_socket_remote_param_init() 1590 local->remote_miu = LLCP_DEFAULT_MIU; in nfc_llcp_mac_is_down() 1668 local->remote_miu = LLCP_DEFAULT_MIU; in nfc_llcp_register_device()
|
/kernel/linux/linux-6.6/net/nfc/ |
H A D | llcp_commands.c | 214 local->remote_miu = llcp_tlv_miux(tlv) + 128; in nfc_llcp_parse_gb_tlv() 235 local->remote_version, local->remote_miu, in nfc_llcp_parse_gb_tlv() 261 sock->remote_miu = llcp_tlv_miux(tlv) + 128; in nfc_llcp_parse_connection_tlv() 278 sock->remote_rw, sock->remote_miu); in nfc_llcp_parse_connection_tlv() 654 u16 remote_miu; in nfc_llcp_send_i_frame() local 692 remote_miu = sock->remote_miu > LLCP_MAX_MIU ? in nfc_llcp_send_i_frame() 693 LLCP_DEFAULT_MIU : sock->remote_miu; in nfc_llcp_send_i_frame() 695 frag_len = min_t(size_t, remote_miu, remaining_len); in nfc_llcp_send_i_frame() 736 u16 remote_miu; in nfc_llcp_send_ui_frame() local [all...] |
H A D | llcp_sock.c | 311 u16 miux, remote_miu; in nfc_llcp_getsockopt() local 348 remote_miu = llcp_sock->remote_miu > LLCP_MAX_MIU ? in nfc_llcp_getsockopt() 349 local->remote_miu : llcp_sock->remote_miu; in nfc_llcp_getsockopt() 351 if (put_user(remote_miu, (u32 __user *) optval)) in nfc_llcp_getsockopt()
|
H A D | llcp.h | 85 u16 remote_miu; member 120 u16 remote_miu; member
|
H A D | llcp_core.c | 42 sock->remote_miu = LLCP_MAX_MIU + 1; in nfc_llcp_socket_remote_param_init() 1580 local->remote_miu = LLCP_DEFAULT_MIU; in nfc_llcp_mac_is_down() 1658 local->remote_miu = LLCP_DEFAULT_MIU; in nfc_llcp_register_device()
|
Completed in 9 milliseconds