/linux-6.1.9/net/ipv4/ |
D | tcp_offload.c | 16 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 | 253 unsigned int mss = skb_shinfo(skb)->gso_size; in __udp_gso_segment_list() local 271 unsigned int mss; in __udp_gso_segment() local 372 unsigned int mss; in udp4_ufo_fragment() local
|
D | syncookies.c | 163 const __u16 mss = *mssp; in __cookie_v4_init_sequence() local 336 int full_space, mss; in cookie_v4_check() 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() 434 u16 mss; /* 0 to disable */ member 842 unsigned int mss, struct sk_buff *skb, in tcp_synack_options() 1734 int tcp_mss_to_mtu(struct sock *sk, int mss) in tcp_mss_to_mtu() 2291 int mss = tcp_current_mss(sk); in tcp_mtu_check_reprobe() local 2808 int mss = tcp_current_mss(sk); in tcp_send_loss_probe() local 2959 int mss = icsk->icsk_ack.rcv_mss; in __tcp_select_window() local 3534 int mss; in tcp_make_synack() local 4050 unsigned int mss = tcp_current_mss(sk); in tcp_write_wakeup() local
|
D | tcp_fastopen.c | 412 bool tcp_fastopen_cookie_check(struct sock *sk, u16 *mss, in tcp_fastopen_cookie_check() 448 u16 mss; in tcp_fastopen_defer_connect() local
|
D | tcp_metrics.c | 29 u16 mss; member 544 void tcp_fastopen_cache_get(struct sock *sk, u16 *mss, in tcp_fastopen_cache_get() 567 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.1.9/tools/testing/selftests/bpf/progs/ |
D | xdp_synproxy_kern.c | 288 static __always_inline void values_get_tcpipopts(__u16 *mss, __u8 *wscale, in values_get_tcpipopts() 460 static __always_inline __u8 tcp_mkoptions(__be32 *buf, __be32 *tsopt, __u16 mss, in tcp_mkoptions() 494 __u16 mss, __u8 wscale) in tcp_gen_synack() 517 __u16 mss; in tcpv4_gen_synack() local 540 __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.1.9/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.1.9/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.1.9/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.1.9/fs/proc/ |
D | task_mmu.c | 417 static void smaps_page_accumulate(struct mem_size_stats *mss, in smaps_page_accumulate() 447 static void smaps_account(struct mem_size_stats *mss, struct page *page, in smaps_account() 503 struct mem_size_stats *mss = walk->private; in smaps_pte_hole() local 529 struct mem_size_stats *mss = walk->private; in smaps_pte_entry() local 575 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() 812 static void __show_smap(struct seq_file *m, const struct mem_size_stats *mss, in __show_smap() 854 struct mem_size_stats mss; in show_smap() local 882 struct mem_size_stats mss; in show_smaps_rollup() local
|
/linux-6.1.9/include/uapi/linux/netfilter/ |
D | xt_TCPMSS.h | 8 __u16 mss; member
|
D | nf_synproxy.h | 20 __u16 mss; member
|
/linux-6.1.9/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 | 22 unsigned int mss; in udp6_ufo_fragment() local
|
/linux-6.1.9/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() 1932 int data_len, qidx, ret = 0, mss; in chcr_ktls_xmit() local
|
/linux-6.1.9/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.1.9/drivers/net/ethernet/google/gve/ |
D | gve_desc.h | 48 __be16 mss; /* TSO MSS */ member 87 __be16 mss; member
|
/linux-6.1.9/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.1.9/drivers/net/ethernet/ibm/ |
D | ibmveth.c | 1076 unsigned long desc, unsigned long mss) in ibmveth_send() 1127 unsigned long mss = 0; in ibmveth_start_xmit() local 1220 static void ibmveth_rx_mss_helper(struct sk_buff *skb, u16 mss, int lrg_pkt) in ibmveth_rx_mss_helper() 1344 u16 mss = 0; in ibmveth_poll() local
|
/linux-6.1.9/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.1.9/drivers/net/ethernet/netronome/nfp/nfd3/ |
D | nfd3.h | 36 __le16 mss; /* MSS to be used for LSO */ member
|
/linux-6.1.9/include/linux/qed/ |
D | tcp_common.h | 86 __le16 mss; member 152 __le16 mss; member 217 __le16 mss; member
|