Searched refs:partial (Results 1 – 9 of 9) sorted by relevance
| /net/smc/ |
| A D | smc_rx.c | 154 struct partial_page *partial; in smc_rx_splice() local 167 partial = kcalloc(nr_pages, sizeof(*partial), GFP_KERNEL); in smc_rx_splice() 168 if (!partial) in smc_rx_splice() 185 partial[0].len = len; in smc_rx_splice() 186 partial[0].private = (unsigned long)priv[0]; in smc_rx_splice() 197 partial[i].offset = offset; in smc_rx_splice() 198 partial[i].len = size; in smc_rx_splice() 199 partial[i].private = (unsigned long)priv[i]; in smc_rx_splice() 208 spd.partial = partial; in smc_rx_splice() 224 kfree(partial); in smc_rx_splice() [all …]
|
| /net/netfilter/ |
| A D | xt_dccp.c | 56 goto partial; in dccp_find_option() 74 partial: in dccp_find_option()
|
| /net/xfrm/ |
| A D | espintcp.c | 264 struct espintcp_msg *emsg = &ctx->partial; in espintcp_push_msgs() 293 struct espintcp_msg *emsg = &ctx->partial; in espintcp_push_skb() 328 struct espintcp_msg *emsg = &ctx->partial; in espintcp_sendmsg() 532 struct espintcp_msg *emsg = &ctx->partial; in espintcp_close()
|
| /net/ipv4/ |
| A D | udp_offload.c | 186 __wsum partial; in __skb_udp_tunnel_segment() local 199 partial = (__force __wsum)uh->len; in __skb_udp_tunnel_segment() 201 partial = (__force __wsum)htonl(skb->len); in __skb_udp_tunnel_segment() 202 partial = csum_sub(csum_unfold(uh->check), partial); in __skb_udp_tunnel_segment() 292 uh->check = ~csum_fold(csum_add(partial, in __skb_udp_tunnel_segment()
|
| A D | tcp_output.c | 1998 static bool tcp_nagle_check(bool partial, const struct tcp_sock *tp, in tcp_nagle_check() argument 2001 return partial && in tcp_nagle_check() 2061 u32 partial, needed, window, max_len; in tcp_mss_split_point() local 2074 partial = needed % mss_now; in tcp_mss_split_point() 2079 if (tcp_nagle_check(partial != 0, tp, nonagle)) in tcp_mss_split_point() 2080 return needed - partial; in tcp_mss_split_point()
|
| A D | udp.c | 1630 int partial, bool rx_queue_lock_held) in udp_rmem_release() argument 1636 if (likely(partial)) { in udp_rmem_release() 1654 amt = (size + sk->sk_forward_alloc - partial) & ~(PAGE_SIZE - 1); in udp_rmem_release()
|
| /net/core/ |
| A D | skbuff.c | 3055 (spd->partial[spd->nr_pages - 1].offset + in spd_can_coalesce() 3056 spd->partial[spd->nr_pages - 1].len == offset); in spd_can_coalesce() 3075 spd->partial[spd->nr_pages - 1].len += *len; in spd_fill_page() 3080 spd->partial[spd->nr_pages].len = *len; in spd_fill_page() 3081 spd->partial[spd->nr_pages].offset = offset; in spd_fill_page() 3186 struct partial_page partial[MAX_SKB_FRAGS]; in skb_splice_bits() local 3190 .partial = partial, in skb_splice_bits()
|
| /net/mac80211/ |
| A D | mlme.c | 5503 bss_conf->he_bss_color.partial = in ieee80211_assoc_config_link()
|
| /net/wireless/ |
| A D | nl80211.c | 5782 he_bss_color->partial = in nl80211_parse_he_bss_color()
|
Completed in 76 milliseconds