Searched refs:psa (Results 1 – 8 of 8) sorted by relevance
| /f-stack/dpdk/app/test-pmd/ |
| H A D | config.c | 1781 psa = *ppsa; in action_get_by_id() 1786 if (!psa) in action_get_by_id() 1789 return psa; in action_get_by_id() 1818 psa = calloc(1, sizeof(*psa)); in action_alloc() 1819 if (!psa) { in action_alloc() 1830 free(psa); in action_alloc() 1834 psa->id = id; in action_alloc() 1835 *ppsa = psa; in action_alloc() 1912 free(psa); in port_shared_action_destroy() 1930 return (psa) ? psa->action : NULL; in port_shared_action_get_by_id() [all …]
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_pfil.c | 167 void *psa; in ipfw_check_packet() local 177 psa = (args.flags & IPFW_ARGS_NH4) ? in ipfw_check_packet() 179 if (in_localip(satosin(psa)->sin_addr)) in ipfw_check_packet() 192 psa = args.next_hop6; in ipfw_check_packet() 214 bcopy(psa, tag + 1, len); in ipfw_check_packet()
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_socket.c | 1920 if (psa != NULL) 1921 *psa = NULL; 2038 if (psa != NULL) 2039 *psa = sodupsockaddr(mtod(m, struct sockaddr *), 2403 if (psa != NULL) 2404 *psa = NULL; 2427 return (soreceive_generic(so, psa, uio, mp0, controlp, 2627 if (psa != NULL) 2628 *psa = NULL; 2724 if (psa != NULL) [all …]
|
| /f-stack/freebsd/arm/freescale/imx/ |
| H A D | imx6_sdma.h | 147 uint32_t psa; member
|
| /f-stack/freebsd/netinet/ |
| H A D | sctputil.h | 307 sctp_soreceive(struct socket *so, struct sockaddr **psa,
|
| H A D | in_mcast.c | 449 const sockunion_t *psa; in imo_match_source() local 454 psa = (const sockunion_t *)src; in imo_match_source() 455 find.ims_haddr = ntohl(psa->sin.sin_addr.s_addr); in imo_match_source()
|
| H A D | sctputil.c | 6485 struct sockaddr **psa, in sctp_soreceive() argument 6512 if (psa) { in sctp_soreceive() 6543 if (psa) { in sctp_soreceive() 6546 *psa = sodupsockaddr(from, M_NOWAIT); in sctp_soreceive() 6548 *psa = NULL; in sctp_soreceive()
|
| /f-stack/freebsd/netinet6/ |
| H A D | in6_mcast.c | 297 const sockunion_t *psa; in im6o_match_source() local 301 psa = (const sockunion_t *)src; in im6o_match_source() 302 find.im6s_addr = psa->sin6.sin6_addr; in im6o_match_source()
|