Searched refs:stf_output (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/net/ |
H A D | if_stf.c | 141 SDT_PROBE_DEFINE4(if_stf, , stf_output, in, "struct ifnet *", "struct mbuf *", 143 SDT_PROBE_DEFINE2(if_stf, , stf_output, error, "int", "int"); 144 SDT_PROBE_DEFINE1(if_stf, , stf_output, out, "int"); 203 static int stf_output(struct ifnet *, struct mbuf *, const struct sockaddr *, 295 ifp->if_output = stf_output; in stf_clone_create() 495 stf_output(struct ifnet *ifp, struct mbuf *m, const struct sockaddr *dst, in stf_output() function 507 SDT_PROBE4(if_stf, , stf_output, in, ifp, m, dst, ro); in stf_output() 513 SDT_PROBE2(if_stf, , stf_output, error, error, __LINE__); in stf_output() 525 SDT_PROBE2(if_stf, , stf_output, error, ENETDOWN, __LINE__); in stf_output() 537 SDT_PROBE2(if_stf, , stf_output, error, ENETDOWN, __LINE__); in stf_output() [all …]
|