Lines Matching defs:mss
990 union ibmveth_buf_desc *descs, unsigned long mss)
1007 correlator, &correlator, mss,
1046 unsigned long mss = 0;
1150 mss = (unsigned long)skb_shinfo(skb)->gso_size;
1154 * is a largesend packet. Put the mss in
1164 if (ibmveth_send(adapter, descs, mss)) {
1209 static void ibmveth_rx_mss_helper(struct sk_buff *skb, u16 mss, int lrg_pkt)
1237 /* if mss is not set through Large Packet bit/mss in rx buffer,
1238 * expect that the mss will be written to the tcp header checksum.
1242 skb_shinfo(skb)->gso_size = mss;
1328 u16 mss = 0;
1351 * descriptor, the mss will be written by PHYP eight
1358 mss = (u16)be64_to_cpu(*rxmss);
1394 ibmveth_rx_mss_helper(skb, mss, lrg_pkt);