Searched refs:prctl_ev_val (Results 1 – 3 of 3) sorted by relevance
738 struct protoctl_ev_val prctl_ev_val; in udp6_ctlinput() local773 bzero(&prctl_ev_val, sizeof(prctl_ev_val)); in udp6_ctlinput()777 prctl_ev_val.val = ntohl(icmp6->icmp6_mtu); in udp6_ctlinput()786 cmd, &prctl_ev_val); in udp6_ctlinput()
2444 struct protoctl_ev_val prctl_ev_val; in tcp_ctlinput() local2493 bzero(&prctl_ev_val, sizeof(prctl_ev_val)); in tcp_ctlinput()2523 prctl_ev_val.val = ntohs(icp->icmp_nextmtu); in tcp_ctlinput()2525 prctl_ev_val.tcp_seq_number = icmp_tcp_seq; in tcp_ctlinput()2534 cmd, &prctl_ev_val); in tcp_ctlinput()2585 struct protoctl_ev_val prctl_ev_val; in tcp6_ctlinput() local2638 bzero(&prctl_ev_val, sizeof(prctl_ev_val)); in tcp6_ctlinput()2685 prctl_ev_val.val = mtu; in tcp6_ctlinput()2687 prctl_ev_val.tcp_seq_number = icmp_tcp_seq; in tcp6_ctlinput()2696 cmd, &prctl_ev_val); in tcp6_ctlinput()
1014 struct protoctl_ev_val prctl_ev_val; in udp_ctlinput() local1015 bzero(&prctl_ev_val, sizeof(prctl_ev_val)); in udp_ctlinput()1019 prctl_ev_val.val = ntohs(icp->icmp_nextmtu); in udp_ctlinput()1029 cmd, &prctl_ev_val); in udp_ctlinput()