Home
last modified time | relevance | path

Searched defs:direction (Results 1 – 25 of 72) sorted by relevance

123

/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_dcb.c163 u32 max_frame_size, u8 direction) in txgbe_dcb_calculate_tc_credits_cee()
282 void txgbe_dcb_unpack_refill_cee(struct txgbe_dcb_config *cfg, int direction, in txgbe_dcb_unpack_refill_cee()
301 void txgbe_dcb_unpack_bwgid_cee(struct txgbe_dcb_config *cfg, int direction, in txgbe_dcb_unpack_bwgid_cee()
311 void txgbe_dcb_unpack_tsa_cee(struct txgbe_dcb_config *cfg, int direction, in txgbe_dcb_unpack_tsa_cee()
321 u8 txgbe_dcb_get_tc_from_up(struct txgbe_dcb_config *cfg, int direction, u8 up) in txgbe_dcb_get_tc_from_up()
344 void txgbe_dcb_unpack_map_cee(struct txgbe_dcb_config *cfg, int direction, in txgbe_dcb_unpack_map_cee()
/f-stack/freebsd/netinet/libalias/
H A Dalias_sctp.c727 SctpAlias(struct libalias *la, struct ip *pip, int direction) in SctpAlias()
1036 sctp_PktParser(struct libalias *la, int direction, struct ip *pip, in sctp_PktParser()
1327 AddGlobalIPAddresses(struct sctp_nat_msg *sm, struct sctp_nat_assoc *assoc, int direction) in AddGlobalIPAddresses()
1489 RmGlobalIPAddresses(struct sctp_nat_msg *sm, struct sctp_nat_assoc *assoc, int direction) in RmGlobalIPAddresses()
1595 IsASCONFack(struct libalias *la, struct sctp_nat_msg *sm, int direction) in IsASCONFack()
1648 IsADDorDEL(struct libalias *la, struct sctp_nat_msg *sm, int direction) in IsADDorDEL()
1753 ID_process(struct libalias *la, int direction, struct sctp_nat_assoc *assoc, struct sctp_nat_msg *s… in ID_process()
1874 INa_process(struct libalias *la, int direction,struct sctp_nat_assoc *assoc, struct sctp_nat_msg *s… in INa_process()
1965 CL_process(struct libalias *la, int direction,struct sctp_nat_assoc *assoc, struct sctp_nat_msg *sm) in CL_process()
2518 logsctperror(char* errormsg, uint32_t vtag, int error, int direction) in logsctperror()
[all …]
H A Dalias_skinny.c213 ConvDirection direction) in alias_skinny_reg_msg()
233 ConvDirection direction) in alias_skinny_startmedia()
256 ConvDirection direction) in alias_skinny_port_msg()
275 ConvDirection direction) in alias_skinny_opnrcvch_ack()
311 ConvDirection direction; in AliasHandleSkinny() local
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_dcb.c66 u32 max_frame_size, u8 direction) in ixgbe_dcb_calculate_tc_credits_cee()
194 void ixgbe_dcb_unpack_refill_cee(struct ixgbe_dcb_config *cfg, int direction, in ixgbe_dcb_unpack_refill_cee()
213 void ixgbe_dcb_unpack_bwgid_cee(struct ixgbe_dcb_config *cfg, int direction, in ixgbe_dcb_unpack_bwgid_cee()
223 void ixgbe_dcb_unpack_tsa_cee(struct ixgbe_dcb_config *cfg, int direction, in ixgbe_dcb_unpack_tsa_cee()
233 u8 ixgbe_dcb_get_tc_from_up(struct ixgbe_dcb_config *cfg, int direction, u8 up) in ixgbe_dcb_get_tc_from_up()
256 void ixgbe_dcb_unpack_map_cee(struct ixgbe_dcb_config *cfg, int direction, in ixgbe_dcb_unpack_map_cee()
/f-stack/freebsd/netinet6/
H A Dsend.c113 send_output(struct mbuf *m, struct ifnet *ifp, int direction) in send_output()
261 send_input(struct mbuf *m, struct ifnet *ifp, int direction, int msglen __unused) in send_input()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_trigger.c337 uint32_t direction) in mlx5_hairpin_queue_peer_update()
438 uint32_t direction) in mlx5_hairpin_queue_peer_bind()
587 uint32_t direction) in mlx5_hairpin_queue_peer_unbind()
965 size_t len, uint32_t direction) in mlx5_hairpin_get_peer_ports()
/f-stack/dpdk/drivers/common/dpaax/caamflib/desc/
H A Dsdap.h813 unsigned short direction, in cnstr_shdsc_pdcp_sdap_u_plane()
1007 unsigned short direction, in cnstr_shdsc_pdcp_sdap_u_plane_encap()
1052 unsigned short direction, in cnstr_shdsc_pdcp_sdap_u_plane_decap()
H A Dpdcp.h2618 unsigned char direction, in cnstr_pdcp_c_plane_pdb()
2746 unsigned short direction, in cnstr_pdcp_u_plane_pdb()
2890 unsigned char direction, in cnstr_shdsc_pdcp_c_plane_encap()
3044 unsigned char direction, in cnstr_shdsc_pdcp_c_plane_decap()
3251 unsigned short direction, in cnstr_shdsc_pdcp_u_plane_encap()
3454 unsigned short direction, in cnstr_shdsc_pdcp_u_plane_decap()
/f-stack/dpdk/lib/librte_security/
H A Drte_security.h206 enum rte_security_ipsec_sa_direction direction; member
323 enum rte_security_docsis_direction direction; member
654 enum rte_security_ipsec_sa_direction direction; member
677 enum rte_security_docsis_direction direction; member
733 enum rte_security_ipsec_sa_direction direction; member
740 enum rte_security_docsis_direction direction; member
/f-stack/freebsd/netpfil/pf/
H A Dpf_lb.c128 int direction, struct pfi_kkif *kif, struct pf_addr *saddr, u_int16_t sport, in pf_match_translation()
524 pf_get_translation(struct pf_pdesc *pd, struct mbuf *m, int off, int direction, in pf_get_translation()
H A Dpf.c3097 pf_socket_lookup(int direction, struct pf_pdesc *pd, struct mbuf *m) in pf_socket_lookup()
3327 pf_test_rule(struct pf_krule **rm, struct pf_state **sm, int direction, in pf_test_rule()
3963 pf_test_fragment(struct pf_krule **rm, int direction, struct pfi_kkif *kif, in pf_test_fragment()
4456 pf_test_state_tcp(struct pf_state **state, int direction, struct pfi_kkif *kif, in pf_test_state_tcp()
4624 pf_test_state_udp(struct pf_state **state, int direction, struct pfi_kkif *kif, in pf_test_state_udp()
4691 pf_test_state_icmp(struct pf_state **state, int direction, struct pfi_kkif *kif, in pf_test_state_icmp()
5295 pf_test_state_other(struct pf_state **state, int direction, struct pfi_kkif *kif, in pf_test_state_other()
/f-stack/freebsd/crypto/rijndael/
H A Drijndael-api-fst.h43 u_int8_t direction; /* Key used for encrypting or decrypting? */ member
H A Drijndael-api-fst.c37 int rijndael_makeKey(keyInstance *key, BYTE direction, int keyLen, in rijndael_makeKey()
/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_mgmt.c107 enum hinic_msg_direction_type direction, in prepare_header()
278 enum hinic_msg_direction_type direction, in send_msg_to_mgmt_async()
317 enum hinic_msg_direction_type direction, in send_msg_to_mgmt_sync()
/f-stack/freebsd/netinet/
H A Dtcp_offload.c202 int direction) in tcp_offload_alloc_tls_session()
H A Dsiftr.c179 } direction; member
292 static char direction[2] = {'i','o'}; variable
/f-stack/freebsd/contrib/openzfs/module/avl/
H A Davl.c230 avl_nearest(avl_tree_t *tree, avl_index_t where, int direction) in avl_nearest()
580 int direction) in avl_insert_here()
/f-stack/freebsd/crypto/via/
H A Dpadlock.h44 u_int direction : 1; member
/f-stack/app/redis-5.0.5/src/
H A Dadlist.h44 int direction; member
H A Dadlist.c186 listIter *listGetIterator(list *list, int direction) in listGetIterator()
H A Dquicklist.h87 int direction; member
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_rcmd_pxy.c150 int off, dlen, nflags, direction; local
/f-stack/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_flow_db.h85 enum tf_dir direction; member
/f-stack/dpdk/drivers/raw/ifpga/base/
H A Dopae_eth_group.h75 u8 direction:1; member
/f-stack/freebsd/kern/
H A Duipc_ktls.c750 ktls_try_toe(struct socket *so, struct ktls_session *tls, int direction) in ktls_try_toe()
915 ktls_try_sw(struct socket *so, struct ktls_session *tls, int direction) in ktls_try_sw()

123