Home | History | Annotate | Download | only in extensions

Lines Matching defs:ip

24 		__be32 ip;
31 __be32 ip;
362 sinfo->tuple[IP_CT_DIR_ORIGINAL].src.ip = cb->val.haddr.ip;
368 sinfo->tuple[IP_CT_DIR_ORIGINAL].dst.ip = cb->val.haddr.ip;
374 sinfo->tuple[IP_CT_DIR_REPLY].src.ip = cb->val.haddr.ip;
380 sinfo->tuple[IP_CT_DIR_REPLY].dst.ip = cb->val.haddr.ip;
643 if (!numeric && addr->ip == 0) {
694 matchinfo_print(const void *ip, const struct xt_entry_match *match, int numeric, const char *optpfx)
718 (struct in_addr *)&sinfo->tuple[IP_CT_DIR_ORIGINAL].src.ip,
730 (struct in_addr *)&sinfo->tuple[IP_CT_DIR_ORIGINAL].dst.ip,
742 (struct in_addr *)&sinfo->tuple[IP_CT_DIR_REPLY].src.ip,
754 (struct in_addr *)&sinfo->tuple[IP_CT_DIR_REPLY].dst.ip,
916 static void conntrack_print(const void *ip, const struct xt_entry_match *match,
919 matchinfo_print(ip, match, numeric, "");
923 conntrack1_mt4_print(const void *ip, const struct xt_entry_match *match,
934 conntrack1_mt6_print(const void *ip, const struct xt_entry_match *match,
945 conntrack2_mt_print(const void *ip, const struct xt_entry_match *match,
952 conntrack2_mt6_print(const void *ip, const struct xt_entry_match *match,
959 conntrack3_mt_print(const void *ip, const struct xt_entry_match *match,
966 conntrack3_mt6_print(const void *ip, const struct xt_entry_match *match,
972 static void conntrack_save(const void *ip, const struct xt_entry_match *match)
974 matchinfo_print(ip, match, 1, "--");
977 static void conntrack3_mt_save(const void *ip,
983 static void conntrack3_mt6_save(const void *ip,
989 static void conntrack2_mt_save(const void *ip,
995 static void conntrack2_mt6_save(const void *ip,
1002 conntrack1_mt4_save(const void *ip, const struct xt_entry_match *match)
1012 conntrack1_mt6_save(const void *ip, const struct xt_entry_match *match)
1141 state_print(const void *ip,
1151 static void state_save(const void *ip, const struct xt_entry_match *match)