Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dsockbuf.h50 #define SB_NOCOALESCE 0x200 /* don't coalesce new data into existing mbufs */ macro
/f-stack/freebsd/sys/
H A Dsockbuf.h50 #define SB_NOCOALESCE 0x200 /* don't coalesce new data into existing mbufs */ macro
/f-stack/freebsd/kern/
H A Duipc_sockbuf.c114 if ((sb->sb_flags & SB_NOCOALESCE) != 0) in sbready_compress()
1325 ((sb->sb_flags & SB_NOCOALESCE) == 0) && in sbcompress()
1399 ((sb->sb_flags & SB_NOCOALESCE) == 0) && in sbcompress_ktls_rx()