Home
last modified time | relevance | path

Searched defs:mss (Results 1 – 25 of 145) sorted by relevance

123456

/linux-6.14.4/net/ipv4/
Dtcp_offload.c17 unsigned int seq, unsigned int mss) in tcp_gso_tstamp()
141 unsigned int mss; in tcp_gso_segment() local
317 unsigned int mss = 1; in tcp_gro_receive() local
Dsyncookies.c158 const __u16 mss = *mssp; in __cookie_v4_init_sequence() local
319 int mss, u32 tsoff) in cookie_tcp_reqsk_alloc()
361 int mss; in cookie_tcp_check() local
Dudp_offload.c254 unsigned int mss = skb_shinfo(skb)->gso_size; in __udp_gso_segment_list() local
272 unsigned int mss; in __udp_gso_segment() local
421 unsigned int mss; in udp4_ufo_fragment() local
Dtcp_output.c127 int mss = tp->advmss; in tcp_advertise_mss() local
207 void tcp_select_initial_window(const struct sock *sk, int __space, __u32 mss, in tcp_select_initial_window()
451 u16 mss; /* 0 to disable */ member
904 unsigned int mss, struct sk_buff *skb, in tcp_synack_options()
1789 int tcp_mss_to_mtu(struct sock *sk, int mss) in tcp_mss_to_mtu()
2327 int mss = tcp_current_mss(sk); in tcp_mtu_check_reprobe() local
2945 int mss = tcp_current_mss(sk); in tcp_send_loss_probe() local
3095 int mss = icsk->icsk_ack.rcv_mss; in __tcp_select_window() local
3721 int mss; in tcp_make_synack() local
4339 unsigned int mss = tcp_current_mss(sk); in tcp_write_wakeup() local
Dtcp_fastopen.c415 bool tcp_fastopen_cookie_check(struct sock *sk, u16 *mss, in tcp_fastopen_cookie_check()
451 u16 mss; in tcp_fastopen_defer_connect() local
Dtcp_metrics.c29 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()
Dtcp_recovery.c225 u32 mss; in tcp_newreno_mark_lost() local
/linux-6.14.4/drivers/scsi/fnic/
Dwq_enet_desc.h40 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.14.4/drivers/scsi/snic/
Dwq_enet_desc.h38 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.14.4/drivers/net/ethernet/cisco/enic/
Dwq_enet_desc.h41 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.14.4/tools/testing/selftests/bpf/progs/
Dxdp_synproxy_kern.c310 static __always_inline void values_get_tcpipopts(__u16 *mss, __u8 *wscale, in values_get_tcpipopts()
482 static __always_inline __u8 tcp_mkoptions(__be32 *buf, __be32 *tsopt, __u16 mss, in tcp_mkoptions()
516 __u16 mss, __u8 wscale) in tcp_gen_synack()
539 __u16 mss; in tcpv4_gen_synack() local
562 __u16 mss; in tcpv6_gen_synack() local
Dtest_btf_skc_cls_ingress.c18 __u32 mss = 0; variable
/linux-6.14.4/include/uapi/linux/netfilter/
Dxt_TCPMSS.h8 __u16 mss; member
Dnf_synproxy.h20 __u16 mss; member
/linux-6.14.4/net/ipv6/
Dsyncookies.c96 const __u16 mss = *mssp; in __cookie_v6_init_sequence() local
135 int mss; in cookie_tcp_check() local
Dudp_offload.c23 unsigned int mss; in udp6_ufo_fragment() local
/linux-6.14.4/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
Dchcr_ktls.c1101 bool tcp_push, u32 mss) in chcr_ktls_xmit_wr_complete()
1273 u32 tcp_seq, bool tcp_push, u32 mss, in chcr_ktls_xmit_wr_short()
1458 struct sk_buff *skb, u32 tcp_seq, u32 mss, in chcr_ktls_tx_plaintxt()
1694 u32 tcp_seq, int mss, bool tcp_push_no_fin, in chcr_end_part_handler()
1771 u32 tcp_seq, int mss, bool tcp_push_no_fin, in chcr_short_record_handler()
1926 int data_len, qidx, ret = 0, mss; in chcr_ktls_xmit() local
/linux-6.14.4/drivers/net/wireless/intel/iwlwifi/
Diwl-utils.c23 unsigned int mss = skb_shinfo(skb)->gso_size; in iwl_tx_tso_segment() local
/linux-6.14.4/net/netfilter/
Dnf_synproxy_core.c455 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.14.4/drivers/net/ethernet/google/gve/
Dgve_desc.h48 __be16 mss; /* TSO MSS */ member
87 __be16 mss; member
/linux-6.14.4/drivers/net/ethernet/sfc/
Def100_tx.c58 u32 mss; in ef100_tx_can_tso() local
195 u32 mss = skb_shinfo(skb)->gso_size; in ef100_make_tso_desc() local
/linux-6.14.4/fs/proc/
Dtask_mmu.c673 static void smaps_page_accumulate(struct mem_size_stats *mss, in smaps_page_accumulate()
703 static void smaps_account(struct mem_size_stats *mss, struct page *page, in smaps_account()
769 struct mem_size_stats *mss = walk->private; in smaps_pte_hole() local
795 struct mem_size_stats *mss = walk->private; in smaps_pte_entry() local
843 struct mem_size_stats *mss = walk->private; in smaps_pmd_entry() local
1008 struct mem_size_stats *mss = walk->private; in smaps_hugetlb_range() local
1058 struct mem_size_stats *mss, unsigned long start) in smap_gather_stats()
1098 static void __show_smap(struct seq_file *m, const struct mem_size_stats *mss, in __show_smap()
1141 struct mem_size_stats mss = {}; in show_smap() local
1168 struct mem_size_stats mss = {}; in show_smaps_rollup() local
/linux-6.14.4/drivers/net/ethernet/ibm/
Dibmveth.c1048 unsigned long desc, unsigned long mss) in ibmveth_send()
1099 unsigned long mss = 0; in ibmveth_start_xmit() local
1192 static void ibmveth_rx_mss_helper(struct sk_buff *skb, u16 mss, int lrg_pkt) in ibmveth_rx_mss_helper()
1315 u16 mss = 0; in ibmveth_poll() local
/linux-6.14.4/net/tipc/
Dmsg.c206 int mss, struct sk_buff_head *txq) in tipc_msg_append()
520 bool tipc_msg_try_bundle(struct sk_buff *tskb, struct sk_buff **skb, u32 mss, in tipc_msg_try_bundle()
/linux-6.14.4/drivers/net/ethernet/netronome/nfp/nfd3/
Dnfd3.h36 __le16 mss; /* MSS to be used for LSO */ member

123456