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
1553 if (__predict_false(pkt->p_mtu == 0)) { in calculate_padding()
1559 if (__predict_false(last_unit > pkt->p_mtu)) in calculate_padding()
1560 last_unit %= pkt->p_mtu; in calculate_padding()
1563 if (pkt->p_mtu < padded_size) in calculate_padding()
1564 padded_size = pkt->p_mtu; in calculate_padding()
2221 pkt->p_mtu = mtu; in wg_xmit()