Searched refs:padto (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | esp6.c | 713 u32 padto; in esp6_output() local 715 padto = min(x->tfcpad, xfrm_state_mtu(x, dst->child_mtu_cached)); in esp6_output() 716 if (skb->len < padto) in esp6_output() 717 esp.tfclen = padto - skb->len; in esp6_output()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | esp4.c | 678 u32 padto; in esp_output() local 680 padto = min(x->tfcpad, xfrm_state_mtu(x, dst->child_mtu_cached)); in esp_output() 681 if (skb->len < padto) in esp_output() 682 esp.tfclen = padto - skb->len; in esp_output()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/ |
| H A D | r8169_main.c | 4121 unsigned int padto = 0, len = skb->len; in rtl8125_quirk_udp_padto() local 4134 padto = len + RTL_MIN_PATCH_LEN - trans_data_len; in rtl8125_quirk_udp_padto() 4138 padto = max_t(unsigned int, padto, in rtl8125_quirk_udp_padto() 4142 return padto; in rtl8125_quirk_udp_padto() 4148 unsigned int padto; in rtl_quirk_packet_padto() local 4150 padto = rtl8125_quirk_udp_padto(tp, skb); in rtl_quirk_packet_padto() 4157 padto = max_t(unsigned int, padto, ETH_ZLEN); in rtl_quirk_packet_padto() 4162 return padto; in rtl_quirk_packet_padto() 4233 unsigned int padto = rtl_quirk_packet_padto(tp, skb); in rtl8169_tso_csum_v2() local 4236 return !__skb_put_padto(skb, padto, false); in rtl8169_tso_csum_v2()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/ncp/libowfat/ |
| H A D | 0001-replace-__pure__-with-compiler-attribute-pure.patch | 174 -size_t fmt_ulong0(char *,unsigned long src,size_t padto) __pure__; 175 +size_t fmt_ulong0(char *,unsigned long src,size_t padto) __PURE; 177 #define fmt_uint0(buf,src,padto) fmt_ulong0(buf,src,padto)
|