| /kernel/linux/linux-5.10/net/ipv4/ |
| D | tcp_offload.c | 15 unsigned int seq, unsigned int mss) in tcp_gso_tstamp() 64 unsigned int mss; in tcp_gso_segment() local 189 unsigned int mss = 1; in tcp_gro_receive() local
|
| D | udp_offload.c | 249 unsigned int mss = skb_shinfo(skb)->gso_size; in __udp_gso_segment_list() local 267 unsigned int mss; in __udp_gso_segment() local 368 unsigned int mss; in udp4_ufo_fragment() local
|
| D | syncookies.c | 165 const __u16 mss = *mssp; in __cookie_v4_init_sequence() local 338 int full_space, mss; in cookie_v4_check() local
|
| D | tcp_fastopen.c | 428 bool tcp_fastopen_cookie_check(struct sock *sk, u16 *mss, in tcp_fastopen_cookie_check() 464 u16 mss; in tcp_fastopen_defer_connect() local
|
| D | tcp_output.c | 125 int mss = tp->advmss; in tcp_advertise_mss() local 206 void tcp_select_initial_window(const struct sock *sk, int __space, __u32 mss, in tcp_select_initial_window() 435 u16 mss; /* 0 to disable */ member 840 unsigned int mss, struct sk_buff *skb, in tcp_synack_options() 1735 int tcp_mss_to_mtu(struct sock *sk, int mss) in tcp_mss_to_mtu() 2286 int mss = tcp_current_mss(sk); in tcp_mtu_check_reprobe() local 2798 int mss = tcp_current_mss(sk); in tcp_send_loss_probe() local 2949 int mss = icsk->icsk_ack.rcv_mss; in __tcp_select_window() local 3536 int mss; in tcp_make_synack() local 4052 unsigned int mss = tcp_current_mss(sk); in tcp_write_wakeup() local
|
| D | tcp_recovery.c | 228 u32 mss; in tcp_newreno_mark_lost() local
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/netfilter/ |
| D | xt_TCPMSS.h | 23 __u16 mss; member
|
| D | nf_synproxy.h | 31 __u16 mss; member
|
| /kernel/linux/linux-5.10/include/uapi/linux/netfilter/ |
| D | xt_TCPMSS.h | 8 __u16 mss; member
|
| D | nf_synproxy.h | 20 __u16 mss; member
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter/ |
| D | xt_TCPMSS.h | 10 __u16 mss; member
|
| D | xt_SYNPROXY.h | 17 __u16 mss; member
|
| /kernel/linux/linux-5.10/drivers/scsi/fnic/ |
| D | wq_enet_desc.h | 52 u64 address, u16 length, u16 mss, u16 header_length, in wq_enet_desc_enc() 71 u64 *address, u16 *length, u16 *mss, u16 *header_length, in wq_enet_desc_dec()
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/cisco/enic/ |
| D | wq_enet_desc.h | 54 u64 address, u16 length, u16 mss, u16 header_length, in wq_enet_desc_enc() 73 u64 *address, u16 *length, u16 *mss, u16 *header_length, in wq_enet_desc_dec()
|
| /kernel/linux/linux-5.10/drivers/scsi/snic/ |
| D | wq_enet_desc.h | 52 u64 address, u16 length, u16 mss, u16 header_length, in wq_enet_desc_enc() 71 u64 *address, u16 *length, u16 *mss, u16 *header_length, in wq_enet_desc_dec()
|
| /kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
| D | tcp_nip_output.c | 72 u16 mss; /* If it is zero, the MSS option is disabled */ member 174 int mss = tcp_nip_current_mss(sk); /* TCP_BASE_MSS */ in __nip_tcp_select_window() local 382 int mss = tp->advmss; in tcp_nip_advertise_mss() local 724 unsigned int mss, struct sk_buff *skb, in tcp_nip_synack_options() 751 int mss; in get_nip_mss() local 795 int mss; in tcp_nip_make_synack() local 1301 unsigned int mss = tcp_nip_current_mss(sk); in tcp_nip_write_wakeup() local
|
| D | tcp_nip_input.c | 536 int mss = tcp_nip_current_mss(sk); in tcp_nip_data_queue() local 1107 int mss; in tcp_nip_openreq_init_rwin() local 1381 int mss = tcp_nip_current_mss(sk); in tcp_nip_dup_ack_retrans() local 1810 static u32 tcp_default_init_rwnd(u32 mss) in tcp_default_init_rwnd() 1821 u32 mss = TCP_BASE_MSS; in tcp_nip_fixup_rcvbuf() local
|
| /kernel/linux/linux-5.10/fs/proc/ |
| D | task_mmu.c | 428 static void smaps_page_accumulate(struct mem_size_stats *mss, in smaps_page_accumulate() 457 static void smaps_account(struct mem_size_stats *mss, struct page *page, in smaps_account() 513 struct mem_size_stats *mss = walk->private; in smaps_pte_hole() local 527 struct mem_size_stats *mss = walk->private; in smaps_pte_entry() local 577 struct mem_size_stats *mss = walk->private; in smaps_pmd_entry() local 727 struct mem_size_stats *mss = walk->private; in smaps_hugetlb_range() local 771 struct mem_size_stats *mss, unsigned long start) in smap_gather_stats() 815 static void __show_smap(struct seq_file *m, const struct mem_size_stats *mss, in __show_smap() 856 struct mem_size_stats mss; in show_smap() local 884 struct mem_size_stats mss; in show_smaps_rollup() local
|
| /kernel/linux/linux-5.10/net/ipv6/ |
| D | syncookies.c | 96 const __u16 mss = *mssp; in __cookie_v6_init_sequence() local 139 int full_space, mss; in cookie_v6_check() local
|
| D | udp_offload.c | 21 unsigned int mss; in udp6_ufo_fragment() local
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/google/gve/ |
| D | gve_desc.h | 38 __be16 mss; /* TSO MSS */ member 65 __be16 mss; member
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
| D | ef100_tx.c | 60 u32 mss; in ef100_tx_can_tso() local 214 u32 mss = skb_shinfo(skb)->gso_size; in ef100_make_tso_desc() local
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/ |
| D | chcr_ktls.c | 1111 bool tcp_push, u32 mss) in chcr_ktls_xmit_wr_complete() 1283 u32 tcp_seq, bool tcp_push, u32 mss, in chcr_ktls_xmit_wr_short() 1468 struct sk_buff *skb, u32 tcp_seq, u32 mss, in chcr_ktls_tx_plaintxt() 1705 u32 tcp_seq, int mss, bool tcp_push_no_fin, in chcr_end_part_handler() 1782 u32 tcp_seq, int mss, bool tcp_push_no_fin, in chcr_short_record_handler() 1939 int data_len, qidx, ret = 0, mss; in chcr_ktls_xmit() local
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
| D | test_tcp_check_syncookie_kern.c | 135 __u32 mss = seq_mss >> 32; in check_syncookie() local
|
| /kernel/linux/linux-5.10/net/netfilter/ |
| D | nf_synproxy_core.c | 478 u16 mss = opts->mss_encode; in synproxy_send_client_synack() local 641 int mss; in synproxy_recv_client_ack() local 891 u16 mss = opts->mss_encode; in synproxy_send_client_synack_ipv6() local 1058 int mss; in synproxy_recv_client_ack_ipv6() local
|