Searched refs:inp1 (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/mlx5/mlx5_accel/ |
H A D | mlx5_ipsec.c | 651 mlx5e_if_spd_install(struct ifnet *ifpo, void *sp, void *inp1, void **ifdatap) in mlx5e_if_spd_install() argument 667 err = mlx5e_xfrm_validate_policy(priv->mdev, sp, inp1); in mlx5e_if_spd_install() 679 inp1, vid); in mlx5e_if_spd_install()
|
/freebsd/usr.bin/top/ |
H A D | machine.c | 1502 long dummy, inp1, inp2; in compare_ioread() local 1504 (void) get_io_stats(p1, &inp1, &dummy, &dummy, &dummy, &dummy); in compare_ioread() 1507 return (inp2 - inp1); in compare_ioread()
|
/freebsd/sys/netinet/ |
H A D | in_pcb.c | 312 struct inpcb *inp1; in in_pcblbgroup_find() local 318 LIST_FOREACH(inp1, &grp->il_pending, inp_lbgroup_list) { in in_pcblbgroup_find() 319 if (inp == inp1) in in_pcblbgroup_find() 469 struct inpcb *inp1; in in_pcbremlbgrouphash() local 502 LIST_FOREACH(inp1, &grp->il_pending, inp_lbgroup_list) { in in_pcbremlbgrouphash() 503 if (inp == inp1) { in in_pcbremlbgrouphash()
|