Lines Matching refs:entry_len
457 int entry_len; /* length of 1 entry string, differs between v4 and v6 */ in qeth_l3_dev_ipato_add_show() local
460 entry_len = (proto == QETH_PROT_IPV4)? 12 : 40; in qeth_l3_dev_ipato_add_show()
462 entry_len += (proto == QETH_PROT_IPV4)? 5 : 6; in qeth_l3_dev_ipato_add_show()
470 if ((PAGE_SIZE - i) <= entry_len) in qeth_l3_dev_ipato_add_show()
693 int entry_len; /* length of 1 entry string, differs between v4 and v6 */ in qeth_l3_dev_vipa_add_show() local
697 entry_len = (proto == QETH_PROT_IPV4)? 12 : 40; in qeth_l3_dev_vipa_add_show()
698 entry_len += 2; /* \n + terminator */ in qeth_l3_dev_vipa_add_show()
708 if ((PAGE_SIZE - i) <= entry_len) in qeth_l3_dev_vipa_add_show()
855 int entry_len; /* length of 1 entry string, differs between v4 and v6 */ in qeth_l3_dev_rxip_add_show() local
859 entry_len = (proto == QETH_PROT_IPV4)? 12 : 40; in qeth_l3_dev_rxip_add_show()
860 entry_len += 2; /* \n + terminator */ in qeth_l3_dev_rxip_add_show()
870 if ((PAGE_SIZE - i) <= entry_len) in qeth_l3_dev_rxip_add_show()