Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/klib/
H A Dkvec.h66 type *_tp = (type*)realloc((v).a, sizeof(type) * (s)); \
67 if (_tp == NULL) { \
70 (v).a = _tp; \
78 type *_tp = (type*)realloc((v).a, sizeof(type) * _ts); \
79 if (_tp == NULL) { \
82 (v).a = _tp; \
/freebsd/sys/netinet/
H A Dtcp_fastopen.h124 tcp_fastopen_connect(struct tcpcb *_tp) in tcp_fastopen_connect() argument
129 tcp_fastopen_disable_path(struct tcpcb *_tp) in tcp_fastopen_disable_path() argument
134 tcp_fastopen_update_cache(struct tcpcb *_tp, uint16_t _mss, uint8_t _cookie_len, in tcp_fastopen_update_cache() argument
/freebsd/sys/net/
H A Dif_lagg.h198 #define LAGG_PORTACTIVE(_tp) ( \ argument
199 ((_tp)->lp_ifp->if_link_state == LINK_STATE_UP) && \
200 ((_tp)->lp_ifp->if_flags & IFF_UP) \