Home
last modified time | relevance | path

Searched refs:partial (Results 1 – 3 of 3) sorted by relevance

/net/netfilter/
Dxt_dccp.c59 goto partial; in dccp_find_option()
77 partial: in dccp_find_option()
/net/core/
Dskbuff.c1720 (spd->partial[spd->nr_pages - 1].offset + in spd_can_coalesce()
1721 spd->partial[spd->nr_pages - 1].len == offset); in spd_can_coalesce()
1742 spd->partial[spd->nr_pages - 1].len += *len; in spd_fill_page()
1747 spd->partial[spd->nr_pages].len = *len; in spd_fill_page()
1748 spd->partial[spd->nr_pages].offset = offset; in spd_fill_page()
1837 struct partial_page partial[MAX_SKB_FRAGS]; in skb_splice_bits() local
1841 .partial = partial, in skb_splice_bits()
/net/ipv4/
Dtcp_output.c1516 static bool tcp_nagle_check(bool partial, const struct tcp_sock *tp, in tcp_nagle_check() argument
1519 return partial && in tcp_nagle_check()
1531 u32 partial, needed, window, max_len; in tcp_mss_split_point() local
1544 partial = needed % mss_now; in tcp_mss_split_point()
1549 if (tcp_nagle_check(partial != 0, tp, nonagle)) in tcp_mss_split_point()
1550 return needed - partial; in tcp_mss_split_point()