Searched refs:inp1 (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/mlx5/mlx5_accel/ |
| H A D | mlx5_ipsec.c | 655 mlx5e_if_spd_install(struct ifnet *ifpo, void *sp, void *inp1, void **ifdatap) in mlx5e_if_spd_install() argument 670 err = mlx5e_xfrm_validate_policy(priv->mdev, sp, inp1); in mlx5e_if_spd_install() 682 inp1, vid); in mlx5e_if_spd_install()
|
| /freebsd/sys/netinet/ |
| H A D | in_pcb.c | 307 struct inpcb *inp1; in in_pcblbgroup_find() local 313 LIST_FOREACH(inp1, &grp->il_pending, inp_lbgroup_list) { in in_pcblbgroup_find() 314 if (inp == inp1) in in_pcblbgroup_find() 464 struct inpcb *inp1; in in_pcbremlbgrouphash() local 497 LIST_FOREACH(inp1, &grp->il_pending, inp_lbgroup_list) { in in_pcbremlbgrouphash() 498 if (inp == inp1) { in in_pcbremlbgrouphash()
|
| /freebsd/usr.bin/top/ |
| H A D | machine.c | 1615 long dummy, inp1, inp2; in compare_ioread() local 1617 (void) get_io_stats(p1, &inp1, &dummy, &dummy, &dummy, &dummy); in compare_ioread() 1620 return (inp2 - inp1); in compare_ioread()
|