Searched refs:prctl_ev_val (Results 1 – 3 of 3) sorted by relevance
737 struct protoctl_ev_val prctl_ev_val; in udp6_ctlinput() local772 bzero(&prctl_ev_val, sizeof(prctl_ev_val)); in udp6_ctlinput()776 prctl_ev_val.val = ntohl(icmp6->icmp6_mtu); in udp6_ctlinput()785 cmd, &prctl_ev_val); in udp6_ctlinput()
2577 struct protoctl_ev_val prctl_ev_val; in tcp_ctlinput() local2626 bzero(&prctl_ev_val, sizeof(prctl_ev_val)); in tcp_ctlinput()2656 prctl_ev_val.val = ntohs(icp->icmp_nextmtu); in tcp_ctlinput()2658 prctl_ev_val.tcp_seq_number = icmp_tcp_seq; in tcp_ctlinput()2667 cmd, &prctl_ev_val); in tcp_ctlinput()2718 struct protoctl_ev_val prctl_ev_val; in tcp6_ctlinput() local2771 bzero(&prctl_ev_val, sizeof(prctl_ev_val)); in tcp6_ctlinput()2818 prctl_ev_val.val = mtu; in tcp6_ctlinput()2820 prctl_ev_val.tcp_seq_number = icmp_tcp_seq; in tcp6_ctlinput()2829 cmd, &prctl_ev_val); in tcp6_ctlinput()
1021 struct protoctl_ev_val prctl_ev_val; in udp_ctlinput() local1022 bzero(&prctl_ev_val, sizeof(prctl_ev_val)); in udp_ctlinput()1026 prctl_ev_val.val = ntohs(icp->icmp_nextmtu); in udp_ctlinput()1036 cmd, &prctl_ev_val); in udp_ctlinput()