Searched refs:prctl_ev_val (Results 1 – 3 of 3) sorted by relevance
707 struct protoctl_ev_val prctl_ev_val; in udp6_ctlinput() local734 bzero(&prctl_ev_val, sizeof(prctl_ev_val)); in udp6_ctlinput()738 prctl_ev_val.val = ntohl(icmp6->icmp6_mtu); in udp6_ctlinput()747 cmd, &prctl_ev_val); in udp6_ctlinput()
2391 struct protoctl_ev_val prctl_ev_val; in tcp_ctlinput() local2440 bzero(&prctl_ev_val, sizeof(prctl_ev_val)); in tcp_ctlinput()2470 prctl_ev_val.val = ntohs(icp->icmp_nextmtu); in tcp_ctlinput()2472 prctl_ev_val.tcp_seq_number = icmp_tcp_seq; in tcp_ctlinput()2481 cmd, &prctl_ev_val); in tcp_ctlinput()2532 struct protoctl_ev_val prctl_ev_val; in tcp6_ctlinput() local2585 bzero(&prctl_ev_val, sizeof(prctl_ev_val)); in tcp6_ctlinput()2633 prctl_ev_val.val = mtu; in tcp6_ctlinput()2635 prctl_ev_val.tcp_seq_number = icmp_tcp_seq; in tcp6_ctlinput()2644 cmd, &prctl_ev_val); in tcp6_ctlinput()
947 struct protoctl_ev_val prctl_ev_val; in udp_ctlinput() local948 bzero(&prctl_ev_val, sizeof(prctl_ev_val)); in udp_ctlinput()952 prctl_ev_val.val = ntohs(icp->icmp_nextmtu); in udp_ctlinput()962 cmd, &prctl_ev_val); in udp_ctlinput()