Searched refs:prctl_ev_val (Results 1 – 3 of 3) sorted by relevance
743 struct protoctl_ev_val prctl_ev_val; in udp6_ctlinput() local778 bzero(&prctl_ev_val, sizeof(prctl_ev_val)); in udp6_ctlinput()782 prctl_ev_val.val = ntohl(icmp6->icmp6_mtu); in udp6_ctlinput()791 cmd, &prctl_ev_val); in udp6_ctlinput()
2682 struct protoctl_ev_val prctl_ev_val; in tcp_ctlinput() local2731 bzero(&prctl_ev_val, sizeof(prctl_ev_val)); in tcp_ctlinput()2761 prctl_ev_val.val = ntohs(icp->icmp_nextmtu); in tcp_ctlinput()2763 prctl_ev_val.tcp_seq_number = icmp_tcp_seq; in tcp_ctlinput()2772 cmd, &prctl_ev_val); in tcp_ctlinput()2823 struct protoctl_ev_val prctl_ev_val; in tcp6_ctlinput() local2876 bzero(&prctl_ev_val, sizeof(prctl_ev_val)); in tcp6_ctlinput()2923 prctl_ev_val.val = mtu; in tcp6_ctlinput()2925 prctl_ev_val.tcp_seq_number = icmp_tcp_seq; in tcp6_ctlinput()2934 cmd, &prctl_ev_val); in tcp6_ctlinput()
1058 struct protoctl_ev_val prctl_ev_val; in udp_ctlinput() local1059 bzero(&prctl_ev_val, sizeof(prctl_ev_val)); in udp_ctlinput()1063 prctl_ev_val.val = ntohs(icp->icmp_nextmtu); in udp_ctlinput()1073 cmd, &prctl_ev_val); in udp_ctlinput()