Home
last modified time | relevance | path

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

/net/sctp/
Dinput.c478 struct sctp_transport **tpp) in sctp_err_lookup() argument
489 *app = NULL; *tpp = NULL; in sctp_err_lookup()
545 *tpp = transport; in sctp_err_lookup()
/net/xfrm/
Dxfrm_policy.c2426 struct xfrm_state **tpp = (npols > 1) ? tp : xfrm; in xfrm_tmpl_resolve() local
2438 ret = xfrm_tmpl_resolve_one(pols[i], fl, &tpp[cnx], family); in xfrm_tmpl_resolve()
2448 xfrm_state_sort(xfrm, tpp, cnx, family); in xfrm_tmpl_resolve()
2454 xfrm_state_put(tpp[cnx]); in xfrm_tmpl_resolve()
3624 struct xfrm_tmpl **tpp = tp; in __xfrm_policy_check() local
3643 tpp[ti++] = &pols[pi]->xfrm_vec[i]; in __xfrm_policy_check()
3648 xfrm_tmpl_sort(stp, tpp, xfrm_nr, family); in __xfrm_policy_check()
3649 tpp = stp; in __xfrm_policy_check()
3662 k = xfrm_policy_ok(tpp[i], sp, k, family, if_id); in __xfrm_policy_check()