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.c1804 (spd->partial[spd->nr_pages - 1].offset + in spd_can_coalesce()
1805 spd->partial[spd->nr_pages - 1].len == offset); in spd_can_coalesce()
1826 spd->partial[spd->nr_pages - 1].len += *len; in spd_fill_page()
1831 spd->partial[spd->nr_pages].len = *len; in spd_fill_page()
1832 spd->partial[spd->nr_pages].offset = offset; in spd_fill_page()
1945 struct partial_page partial[MAX_SKB_FRAGS]; in skb_splice_bits() local
1949 .partial = partial, in skb_splice_bits()
/net/ipv4/
Dtcp_output.c1556 static bool tcp_nagle_check(bool partial, const struct tcp_sock *tp, in tcp_nagle_check() argument
1559 return partial && in tcp_nagle_check()
1592 u32 partial, needed, window, max_len; in tcp_mss_split_point() local
1605 partial = needed % mss_now; in tcp_mss_split_point()
1610 if (tcp_nagle_check(partial != 0, tp, nonagle)) in tcp_mss_split_point()
1611 return needed - partial; in tcp_mss_split_point()