/linux-6.6.21/net/ipv4/ |
D | tcp_offload.c | 17 unsigned int seq, unsigned int mss) in tcp_gso_tstamp() 65 unsigned int mss; in tcp_gso_segment() local 190 unsigned int mss = 1; in tcp_gro_receive() local
|
D | udp_offload.c | 254 unsigned int mss = skb_shinfo(skb)->gso_size; in __udp_gso_segment_list() local 272 unsigned int mss; in __udp_gso_segment() local 380 unsigned int mss; in udp4_ufo_fragment() local
|
D | syncookies.c | 157 const __u16 mss = *mssp; in __cookie_v4_init_sequence() local 330 int full_space, mss; in cookie_v4_check() local
|
D | tcp_output.c | 125 int mss = tp->advmss; in tcp_advertise_mss() local 205 void tcp_select_initial_window(const struct sock *sk, int __space, __u32 mss, in tcp_select_initial_window() 443 u16 mss; /* 0 to disable */ member 851 unsigned int mss, struct sk_buff *skb, in tcp_synack_options() 1737 int tcp_mss_to_mtu(struct sock *sk, int mss) in tcp_mss_to_mtu() 2292 int mss = tcp_current_mss(sk); in tcp_mtu_check_reprobe() local 2875 int mss = tcp_current_mss(sk); in tcp_send_loss_probe() local 3027 int mss = icsk->icsk_ack.rcv_mss; in __tcp_select_window() local 3647 int mss; in tcp_make_synack() local 4179 unsigned int mss = tcp_current_mss(sk); in tcp_write_wakeup() local
|
D | tcp_fastopen.c | 414 bool tcp_fastopen_cookie_check(struct sock *sk, u16 *mss, in tcp_fastopen_cookie_check() 450 u16 mss; in tcp_fastopen_defer_connect() local
|
D | tcp_metrics.c | 29 u16 mss; member 561 void tcp_fastopen_cache_get(struct sock *sk, u16 *mss, in tcp_fastopen_cache_get() 584 void tcp_fastopen_cache_set(struct sock *sk, u16 mss, in tcp_fastopen_cache_set()
|
D | tcp_recovery.c | 225 u32 mss; in tcp_newreno_mark_lost() local
|
/linux-6.6.21/drivers/scsi/fnic/ |
D | wq_enet_desc.h | 40 u64 address, u16 length, u16 mss, u16 header_length, in wq_enet_desc_enc() 59 u64 *address, u16 *length, u16 *mss, u16 *header_length, in wq_enet_desc_dec()
|
/linux-6.6.21/drivers/net/ethernet/cisco/enic/ |
D | wq_enet_desc.h | 41 u64 address, u16 length, u16 mss, u16 header_length, in wq_enet_desc_enc() 60 u64 *address, u16 *length, u16 *mss, u16 *header_length, in wq_enet_desc_dec()
|
/linux-6.6.21/drivers/scsi/snic/ |
D | wq_enet_desc.h | 38 u64 address, u16 length, u16 mss, u16 header_length, in wq_enet_desc_enc() 57 u64 *address, u16 *length, u16 *mss, u16 *header_length, in wq_enet_desc_dec()
|
/linux-6.6.21/tools/testing/selftests/bpf/progs/ |
D | xdp_synproxy_kern.c | 308 static __always_inline void values_get_tcpipopts(__u16 *mss, __u8 *wscale, in values_get_tcpipopts() 480 static __always_inline __u8 tcp_mkoptions(__be32 *buf, __be32 *tsopt, __u16 mss, in tcp_mkoptions() 514 __u16 mss, __u8 wscale) in tcp_gen_synack() 537 __u16 mss; in tcpv4_gen_synack() local 560 __u16 mss; in tcpv6_gen_synack() local
|
D | test_tcp_check_syncookie_kern.c | 135 __u32 mss = seq_mss >> 32; in check_syncookie() local
|
/linux-6.6.21/fs/proc/ |
D | task_mmu.c | 410 static void smaps_page_accumulate(struct mem_size_stats *mss, in smaps_page_accumulate() 440 static void smaps_account(struct mem_size_stats *mss, struct page *page, in smaps_account() 499 struct mem_size_stats *mss = walk->private; in smaps_pte_hole() local 525 struct mem_size_stats *mss = walk->private; in smaps_pte_entry() local 572 struct mem_size_stats *mss = walk->private; in smaps_pmd_entry() local 724 struct mem_size_stats *mss = walk->private; in smaps_hugetlb_range() local 769 struct mem_size_stats *mss, unsigned long start) in smap_gather_stats() 809 static void __show_smap(struct seq_file *m, const struct mem_size_stats *mss, in __show_smap() 852 struct mem_size_stats mss; in show_smap() local 880 struct mem_size_stats mss; in show_smaps_rollup() local
|
/linux-6.6.21/include/uapi/linux/netfilter/ |
D | xt_TCPMSS.h | 8 __u16 mss; member
|
D | nf_synproxy.h | 20 __u16 mss; member
|
/linux-6.6.21/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 | 23 unsigned int mss; in udp6_ufo_fragment() local
|
/linux-6.6.21/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/ |
D | chcr_ktls.c | 1105 bool tcp_push, u32 mss) in chcr_ktls_xmit_wr_complete() 1277 u32 tcp_seq, bool tcp_push, u32 mss, in chcr_ktls_xmit_wr_short() 1462 struct sk_buff *skb, u32 tcp_seq, u32 mss, in chcr_ktls_tx_plaintxt() 1698 u32 tcp_seq, int mss, bool tcp_push_no_fin, in chcr_end_part_handler() 1775 u32 tcp_seq, int mss, bool tcp_push_no_fin, in chcr_short_record_handler() 1930 int data_len, qidx, ret = 0, mss; in chcr_ktls_xmit() local
|
/linux-6.6.21/drivers/net/ethernet/google/gve/ |
D | gve_desc.h | 48 __be16 mss; /* TSO MSS */ member 87 __be16 mss; member
|
/linux-6.6.21/drivers/net/ethernet/sfc/ |
D | ef100_tx.c | 58 u32 mss; in ef100_tx_can_tso() local 195 u32 mss = skb_shinfo(skb)->gso_size; in ef100_make_tso_desc() local
|
/linux-6.6.21/net/netfilter/ |
D | nf_synproxy_core.c | 455 u16 mss = opts->mss_encode; in synproxy_send_client_synack() local 618 int mss; in synproxy_recv_client_ack() local 868 u16 mss = opts->mss_encode; in synproxy_send_client_synack_ipv6() local 1035 int mss; in synproxy_recv_client_ack_ipv6() local
|
/linux-6.6.21/drivers/net/ethernet/ibm/ |
D | ibmveth.c | 1071 unsigned long desc, unsigned long mss) in ibmveth_send() 1122 unsigned long mss = 0; in ibmveth_start_xmit() local 1215 static void ibmveth_rx_mss_helper(struct sk_buff *skb, u16 mss, int lrg_pkt) in ibmveth_rx_mss_helper() 1338 u16 mss = 0; in ibmveth_poll() local
|
/linux-6.6.21/net/tipc/ |
D | msg.c | 202 int mss, struct sk_buff_head *txq) in tipc_msg_append() 516 bool tipc_msg_try_bundle(struct sk_buff *tskb, struct sk_buff **skb, u32 mss, in tipc_msg_try_bundle()
|
/linux-6.6.21/drivers/net/ethernet/netronome/nfp/nfd3/ |
D | nfd3.h | 36 __le16 mss; /* MSS to be used for LSO */ member
|
/linux-6.6.21/include/linux/qed/ |
D | tcp_common.h | 86 __le16 mss; member 152 __le16 mss; member 217 __le16 mss; member
|