Home
last modified time | relevance | path

Searched refs:p_mtu (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/wg/
H A Dif_wg.c157 int p_mtu; member
1464 if (__predict_false(pkt->p_mtu == 0)) { in calculate_padding()
1470 if (__predict_false(last_unit > pkt->p_mtu)) in calculate_padding()
1471 last_unit %= pkt->p_mtu; in calculate_padding()
1474 if (pkt->p_mtu < padded_size) in calculate_padding()
1475 padded_size = pkt->p_mtu; in calculate_padding()
2132 pkt->p_mtu = mtu; in wg_xmit()