Searched refs:_tp (Results 1 – 3 of 3) sorted by relevance
66 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; \
124 tcp_fastopen_connect(struct tcpcb *_tp) in tcp_fastopen_connect() argument129 tcp_fastopen_disable_path(struct tcpcb *_tp) in tcp_fastopen_disable_path() argument134 tcp_fastopen_update_cache(struct tcpcb *_tp, uint16_t _mss, uint8_t _cookie_len, in tcp_fastopen_update_cache() argument
198 #define LAGG_PORTACTIVE(_tp) ( \ argument199 ((_tp)->lp_ifp->if_link_state == LINK_STATE_UP) && \200 ((_tp)->lp_ifp->if_flags & IFF_UP) \