Searched refs:ifnet (Results 501 - 525 of 582) sorted by relevance

<<21222324

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_def.h374 struct ifnet *ifp;
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw2.c416 iface_match(struct ifnet *ifp, ipfw_insn_if *cmd, struct ip_fw_chain *chain,
476 verify_path(struct in_addr src, struct ifnet *ifp, u_int fib)
819 verify_path6(struct in6_addr *src, struct ifnet *ifp, u_int fib)
1363 struct ifnet *oif, *iif;
/freebsd-13-stable/tools/regression/net80211/tkip/
H A Dtest_tkip.c351 struct ifnet ifp;
/freebsd-13-stable/sys/netpfil/pf/
H A Dpf.c247 u_int16_t, struct ifnet *);
315 struct ifnet *, struct pf_state *,
322 struct ifnet *, struct pf_state *,
2454 u_int16_t rtag, struct ifnet *ifp)
5437 struct ifnet *ifp;
5473 pf_route(struct mbuf **m, struct pf_krule *r, int dir, struct ifnet *oifp,
5479 struct ifnet *ifp = NULL;
5661 pf_route6(struct mbuf **m, struct pf_krule *r, int dir, struct ifnet *oifp,
5667 struct ifnet *ifp = NULL;
5943 pf_test(int dir, int pflags, struct ifnet *if
[all...]
/freebsd-13-stable/sys/dev/oce/
H A Doce_if.h820 struct ifnet *ifp;
1082 void oce_start(struct ifnet *ifp);
/freebsd-13-stable/sys/dev/e1000/
H A Dif_em.c1281 struct ifnet *ifp = iflib_get_ifp(ctx);
1661 struct ifnet *ifp = iflib_get_ifp(ctx);
1713 struct ifnet *ifp = iflib_get_ifp(ctx);
2480 struct ifnet *ifp = iflib_get_ifp(ctx);
2875 struct ifnet *ifp = iflib_get_ifp(ctx);
3181 struct ifnet *ifp = iflib_get_ifp(ctx);
4074 struct ifnet *ifp = iflib_get_ifp(ctx);
4625 struct ifnet *ifp = iflib_get_ifp(adapter->ctx);
/freebsd-13-stable/sys/netinet/
H A Dsiftr.c830 siftr_chkpkt(struct mbuf **m, struct ifnet *ifp, int flags,
1011 siftr_chkpkt6(struct mbuf **m, struct ifnet *ifp, int flags, struct inpcb *inp)
H A Dtcp_lro.c163 tcp_lro_init_args(struct lro_ctrl *lc, struct ifnet *ifp,
1142 tcp_lro_lookup(struct ifnet *ifp, struct lro_parser *pa)
H A Dudp_usrreq.c397 struct ifnet *ifp;
1097 struct ifnet *ifp;
/freebsd-13-stable/sys/netinet6/
H A Dip6_input.c354 struct ifnet *ifp;
538 struct ifnet *rcvif;
/freebsd-13-stable/sys/dev/cxgb/
H A Dcxgb_sge.c1659 struct ifnet *ifp = pi->ifp;
1700 cxgb_transmit_locked(struct ifnet *ifp, struct sge_qset *qs, struct mbuf *m)
1748 cxgb_transmit(struct ifnet *ifp, struct mbuf *m)
1776 cxgb_qflush(struct ifnet *ifp)
2648 struct ifnet *ifp = pi->ifp;
2980 struct ifnet *ifp = m->m_pkthdr.rcvif;
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_ioctl.c2098 struct ifnet *ifp;
2146 struct ifnet *ifp;
2247 linux_gifflags(struct thread *td, struct ifnet *ifp, struct l_ifreq *ifr)
2257 linux_gifhwaddr(struct ifnet *ifp, struct l_ifreq *ifr)
2297 struct ifnet *ifp;
/freebsd-13-stable/sys/dev/cxgbe/crypto/
H A Dt4_kern_tls.c233 alloc_tlspcb(struct ifnet *ifp, struct vi_info *vi, int flags)
532 cxgbe_tls_tag_alloc(struct ifnet *ifp, union if_snd_tag_alloc_params *params,
2362 cxgbe_tls_tag_alloc(struct ifnet *ifp, union if_snd_tag_alloc_params *params,
/freebsd-13-stable/sys/dev/vmware/vmxnet3/
H A Dif_vmx.c1206 struct ifnet *ifp;
1935 struct ifnet *ifp;
2127 struct ifnet *ifp;
/freebsd-13-stable/sys/net/altq/
H A Daltq_hfsc.c146 struct ifnet *ifp;
159 hfsc_add_altq(struct ifnet *ifp, struct pf_altq *a)
/freebsd-13-stable/sbin/routed/
H A Dparms.c348 LIST_FOREACH(ifp, &ifnet, int_list) {
H A Dtrace.c864 LIST_FOREACH(ifp, &ifnet, int_list)
/freebsd-13-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_hw_tls.c279 mlx5e_tls_snd_tag_alloc(struct ifnet *ifp,
/freebsd-13-stable/sys/dev/netmap/
H A Dnetmap_kloop.c1153 struct ifnet *ifp = arg ? arg->ifp : NULL;
H A Dnetmap_monitor.c904 struct ifnet *ifp = NULL;
/freebsd-13-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c133 struct ifnet **ifp);
335 * Find the lep that belongs to the ifnet on which the SYN frame was received.
342 struct ifnet *ifp = NULL, *hw_ifp = NULL;
356 CTR4(KTR_IW_CXGBE, "%s: Failed to get parent ifnet of "
357 "vlan ifnet %p, sock %p, master_lep %p",
380 * TCP port address and find the lep that belongs to the ifnet on which
538 get_ifnet_from_raddr(struct sockaddr_storage *raddr, struct ifnet **ifp)
2589 struct ifnet *nh_ifp; /* Logical egress interface */
/freebsd-13-stable/sys/dev/dc/
H A Dif_dcreg.h737 struct ifnet *dc_ifp; /* interface info */
/freebsd-13-stable/sys/dev/ena/
H A Dena_datapath.c113 struct ifnet *ifp = tx_ring->adapter->ifp;
H A Dena_netmap.c274 struct ifnet *ifp = na->ifp;
/freebsd-13-stable/sys/net80211/
H A Dieee80211_adhoc.c314 struct ifnet *ifp = vap->iv_ifp;

Completed in 220 milliseconds

<<21222324