Home
last modified time | relevance | path

Searched refs:ccbp (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/cam/
H A Dcam_ccb.h1397 #define CCB_CLEAR_ALL_EXCEPT_HDR(ccbp) \ argument
1398 bzero((char *)(ccbp) + sizeof((ccbp)->ccb_h), \
1399 sizeof(*(ccbp)) - sizeof((ccbp)->ccb_h))
/freebsd/sys/netinet/
H A Dtcp_fastopen.c1014 struct tcp_fastopen_ccache_bucket **ccbp) in tcp_fastopen_ccache_lookup() argument
1028 *ccbp = ccb; in tcp_fastopen_ccache_lookup()