Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_stf.c140 SDT_PROBE_DEFINE4(if_stf, , stf_output, in, "struct ifnet *", "struct mbuf *",
142 SDT_PROBE_DEFINE2(if_stf, , stf_output, error, "int", "int");
143 SDT_PROBE_DEFINE1(if_stf, , stf_output, out, "int");
202 static int stf_output(struct ifnet *, struct mbuf *, const struct sockaddr *,
294 ifp->if_output = stf_output; in stf_clone_create()
494 stf_output(struct ifnet *ifp, struct mbuf *m, const struct sockaddr *dst, in stf_output() function
506 SDT_PROBE4(if_stf, , stf_output, in, ifp, m, dst, ro); in stf_output()
512 SDT_PROBE2(if_stf, , stf_output, error, error, __LINE__); in stf_output()
524 SDT_PROBE2(if_stf, , stf_output, error, ENETDOWN, __LINE__); in stf_output()
536 SDT_PROBE2(if_stf, , stf_output, error, ENETDOWN, __LINE__); in stf_output()
[all …]